Searched refs:ts_start (Results 1 – 8 of 8) sorted by relevance
28 int64_t ts_start; member69 int64_t ts_start, int64_t ts_end, unsigned int flags);
94 int64_t ts_start, int64_t ts_end, unsigned int flags) { in vp9_lookahead_push() argument158 buf->ts_start = ts_start; in vp9_lookahead_push()
2953 if (cpi->source->ts_start == cpi->first_time_stamp_ever) {2954 this_duration = cpi->source->ts_end - cpi->source->ts_start;2983 cpi->last_time_stamp_seen = cpi->source->ts_start;3122 *time_stamp = cpi->source->ts_start;3139 if (cpi->source->ts_start < cpi->first_time_stamp_ever) {3140 cpi->first_time_stamp_ever = cpi->source->ts_start;3141 cpi->last_end_time_stamp_seen = cpi->source->ts_start;
828 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start); in vp9_first_pass()
22 int64_t ts_start; member67 int64_t ts_start,
106 int64_t ts_start, in vp8_lookahead_push() argument171 buf->ts_start = ts_start; in vp8_lookahead_push()
4985 *time_stamp = cpi->source->ts_start; in vp8_get_compressed_data()5018 if (cpi->source->ts_start < cpi->first_time_stamp_ever) in vp8_get_compressed_data()5020 cpi->first_time_stamp_ever = cpi->source->ts_start; in vp8_get_compressed_data()5021 cpi->last_end_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()5030 if (cpi->source->ts_start == cpi->first_time_stamp_ever) in vp8_get_compressed_data()5032 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5089 cpi->last_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
846 - cpi->source->ts_start); in vp8_first_pass()