Searched refs:ts_end (Results 1 – 10 of 10) sorted by relevance
23 int64_t ts_end; member68 int64_t ts_end,
107 int64_t ts_end, in vp8_lookahead_push() argument172 buf->ts_end = ts_end; in vp8_lookahead_push()
5337 *time_end = cpi->source->ts_end; in vp8_get_compressed_data()5375 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5382 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()5403 interval = (double)(cpi->source->ts_end - in vp8_get_compressed_data()5453 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()
846 fps.duration = (double)(cpi->source->ts_end in vp8_first_pass()
31 int64_t ts_end; member82 int64_t ts_start, int64_t ts_end,
93 int64_t ts_start, int64_t ts_end, in vp9_lookahead_push() argument200 buf->ts_end = ts_end; in vp9_lookahead_push()
672 cpi->svc.empty_frame.ts_end = buf->ts_end; in vp9_svc_start_frame()
4085 this_duration = source->ts_end - source->ts_start;4091 this_duration = source->ts_end - cpi->last_end_time_stamp_seen;4106 (double)(source->ts_end - cpi->first_time_stamp_ever), 10000000.0);4115 cpi->last_end_time_stamp_seen = source->ts_end;4306 *time_end = source->ts_end;
1086 fps.duration = (double)(source->ts_end - source->ts_start); in vp9_first_pass()
93 ts_end = ts_begin + int(1000000 * float(m.group('dur')))130 'ts': ts_end,