Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c430 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in adjust_frame_rate()
432 this_duration = source->ts_end - cpi->last_end_time_stamp_seen; in adjust_frame_rate()
456 cpi->last_end_time_stamp_seen = source->ts_end; in adjust_frame_rate()
1002 cpi->last_end_time_stamp_seen = source->ts_start; in av1_encode_strategy()
Dlevel.c551 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in av1_update_level_info()
Dencoder.h810 int64_t last_end_time_stamp_seen; member
Dencoder.c3004 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in av1_remove_compressor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h385 int64_t last_end_time_stamp_seen; member
Donyx_if.c2114 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp8_remove_compressor()
4888 cpi->last_end_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
4902 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()
4903 last_duration = cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen; in vp8_get_compressed_data()
4967 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h640 int64_t last_end_time_stamp_seen; member
Dvp9_encoder.c2490 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp9_remove_compressor()
3374 cpi->last_end_time_stamp_seen,
5097 cpi->last_end_time_stamp_seen - cpi->last_time_stamp_seen;
5099 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;
5123 cpi->last_end_time_stamp_seen = source->ts_end;
5220 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) /
6674 cpi->last_end_time_stamp_seen = source->ts_start;