Searched refs:first_time_stamp_ever (Results 1 – 8 of 8) sorted by relevance
425 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()
551 (cpi->last_end_time_stamp_seen - cpi->first_time_stamp_ever) / in av1_update_level_info()
811 int64_t first_time_stamp_ever; member
2670 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()
386 int64_t first_time_stamp_ever; member
1931 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()
641 int64_t first_time_stamp_ever; member
2254 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;