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.h381 int64_t last_end_time_stamp_seen; member
Donyx_if.c2099 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp8_remove_compressor()
4936 cpi->last_end_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
4950 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()
4951 last_duration = cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in vp8_get_compressed_data()
5012 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h513 int64_t last_end_time_stamp_seen; member
Dvp9_encoder.c2355 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp9_remove_compressor()
4712 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen;
4714 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;
4738 cpi->last_end_time_stamp_seen = source->ts_end;
4838 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) /
5187 cpi->last_end_time_stamp_seen = source->ts_start;