Searched refs:ts_start (Results 1 – 9 of 9) sorted by relevance
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()
5336 *time_stamp = cpi->source->ts_start; in vp8_get_compressed_data()5361 if (cpi->source->ts_start < cpi->first_time_stamp_ever) in vp8_get_compressed_data()5363 cpi->first_time_stamp_ever = cpi->source->ts_start; in vp8_get_compressed_data()5364 cpi->last_end_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()5373 if (cpi->source->ts_start == cpi->first_time_stamp_ever) in vp8_get_compressed_data()5375 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5452 cpi->last_time_stamp_seen = cpi->source->ts_start; in vp8_get_compressed_data()
847 - cpi->source->ts_start); in vp8_first_pass()
30 int64_t ts_start; member82 int64_t ts_start, int64_t ts_end,
93 int64_t ts_start, int64_t ts_end, in vp9_lookahead_push() argument199 buf->ts_start = ts_start; in vp9_lookahead_push()
671 cpi->svc.empty_frame.ts_start = buf->ts_start; in vp9_svc_start_frame()
4084 if (source->ts_start == cpi->first_time_stamp_ever) {4085 this_duration = source->ts_end - source->ts_start;4114 cpi->last_time_stamp_seen = source->ts_start;4305 *time_stamp = source->ts_start;4318 if (source->ts_start < cpi->first_time_stamp_ever) {4319 cpi->first_time_stamp_ever = source->ts_start;4320 cpi->last_end_time_stamp_seen = source->ts_start;
1086 fps.duration = (double)(source->ts_end - source->ts_start); in vp9_first_pass()