Searched refs:ts_end (Results 1 – 8 of 8) 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()
4985 *time_end = cpi->source->ts_end; in vp8_get_compressed_data()5031 this_duration = cpi->source->ts_end - cpi->source->ts_start; in vp8_get_compressed_data()5038 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen; in vp8_get_compressed_data()5059 interval = (double)(cpi->source->ts_end - in vp8_get_compressed_data()5089 cpi->last_end_time_stamp_seen = cpi->source->ts_end; in vp8_get_compressed_data()
845 fps.duration = (double)(cpi->source->ts_end in vp8_first_pass()
29 int64_t ts_end; 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() argument159 buf->ts_end = ts_end; in vp9_lookahead_push()
2954 this_duration = cpi->source->ts_end - cpi->source->ts_start;2960 this_duration = cpi->source->ts_end - cpi->last_end_time_stamp_seen;2974 const double interval = MIN((double)(cpi->source->ts_end2984 cpi->last_end_time_stamp_seen = cpi->source->ts_end;3123 *time_end = cpi->source->ts_end;
828 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start); in vp9_first_pass()