Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h28 int64_t ts_start; 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
158 buf->ts_start = ts_start; in vp9_lookahead_push()
Dvp9_onyx_if.c2953 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;
Dvp9_firstpass.c828 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start); in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.h22 int64_t ts_start; member
67 int64_t ts_start,
Dlookahead.c106 int64_t ts_start, in vp8_lookahead_push() argument
171 buf->ts_start = ts_start; in vp8_lookahead_push()
Donyx_if.c4985 *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()
Dfirstpass.c846 - cpi->source->ts_start); in vp8_first_pass()