Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c425 if (source->ts_start == cpi->first_time_stamp_ever) { in adjust_frame_rate()
447 (double)(source->ts_end - cpi->first_time_stamp_ever), 10000000.0); in adjust_frame_rate()
1000 if (source->ts_start < cpi->first_time_stamp_ever) { in av1_encode_strategy()
1001 cpi->first_time_stamp_ever = 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.h811 int64_t first_time_stamp_ever; member
Dencoder.c2670 cpi->first_time_stamp_ever = INT64_MAX; in av1_create_compressor()
3004 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in av1_remove_compressor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h386 int64_t first_time_stamp_ever; member
Donyx_if.c1931 cpi->first_time_stamp_ever = 0x7FFFFFFF; in vp8_create_compressor()
2114 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp8_remove_compressor()
4886 if (cpi->source->ts_start < cpi->first_time_stamp_ever) { in vp8_get_compressed_data()
4887 cpi->first_time_stamp_ever = cpi->source->ts_start; in vp8_get_compressed_data()
4896 if (cpi->source->ts_start == cpi->first_time_stamp_ever) { in vp8_get_compressed_data()
4920 interval = (double)(cpi->source->ts_end - cpi->first_time_stamp_ever); in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h641 int64_t first_time_stamp_ever; member
Dvp9_encoder.c2254 cpi->first_time_stamp_ever = INT64_MAX; in vp9_create_compressor()
2490 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in vp9_remove_compressor()
5092 if (source->ts_start == cpi->first_time_stamp_ever) {
5114 (double)(source->ts_end - cpi->first_time_stamp_ever), 10000000.0);
5220 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) /
6672 if (source->ts_start < cpi->first_time_stamp_ever) {
6673 cpi->first_time_stamp_ever = source->ts_start;