Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h409 int64_t last_end_time_stamp_seen; member
Donyx_if.c2250 double time_encoded = (cpi->last_end_time_stamp_seen in vp8_remove_compressor()
5386 cpi->last_end_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
5404 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()
5405 last_duration = cpi->last_end_time_stamp_seen in vp8_get_compressed_data()
5475 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h350 int64_t last_end_time_stamp_seen; member
Dvp9_encoder.c1936 double time_encoded = (cpi->last_end_time_stamp_seen in vp9_remove_compressor()
4039 int64_t last_duration = cpi->last_end_time_stamp_seen
4042 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;
4066 cpi->last_end_time_stamp_seen = source->ts_end;
4270 cpi->last_end_time_stamp_seen = source->ts_start;