Home
last modified time | relevance | path

Searched refs:ts_end (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.h23 int64_t ts_end; member
68 int64_t ts_end,
Dlookahead.c107 int64_t ts_end, in vp8_lookahead_push() argument
172 buf->ts_end = ts_end; in vp8_lookahead_push()
Donyx_if.c4985 *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()
Dfirstpass.c845 fps.duration = (double)(cpi->source->ts_end in vp8_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h29 int64_t ts_end; member
69 int64_t ts_start, int64_t ts_end, unsigned int flags);
Dvp9_lookahead.c94 int64_t ts_start, int64_t ts_end, unsigned int flags) { in vp9_lookahead_push() argument
159 buf->ts_end = ts_end; in vp9_lookahead_push()
Dvp9_onyx_if.c2954 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_end
2984 cpi->last_end_time_stamp_seen = cpi->source->ts_end;
3123 *time_end = cpi->source->ts_end;
Dvp9_firstpass.c828 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start); in vp9_first_pass()