Searched refs:last_end_time_stamp_seen (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h409 int64_t last_end_time_stamp_seen; member in struct:VP8_COMP
H A Donyx_if.c2226 double time_encoded = (cpi->last_end_time_stamp_seen
5364 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
5382 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;
5383 last_duration = cpi->last_end_time_stamp_seen
5453 cpi->last_end_time_stamp_seen = cpi->source->ts_end;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h353 int64_t last_end_time_stamp_seen; member in struct:VP9_COMP
H A Dvp9_encoder.c1954 double time_encoded = (cpi->last_end_time_stamp_seen
4088 int64_t last_duration = cpi->last_end_time_stamp_seen
4091 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;
4115 cpi->last_end_time_stamp_seen = source->ts_end;
4320 cpi->last_end_time_stamp_seen = source->ts_start;

Completed in 48 milliseconds