Home
last modified time | relevance | path

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

/external/libvpx/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.c5336 *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()
Dfirstpass.c847 - cpi->source->ts_start); in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h30 int64_t ts_start; member
82 int64_t ts_start, int64_t ts_end,
Dvp9_lookahead.c93 int64_t ts_start, int64_t ts_end, in vp9_lookahead_push() argument
199 buf->ts_start = ts_start; in vp9_lookahead_push()
Dvp9_svc_layercontext.c671 cpi->svc.empty_frame.ts_start = buf->ts_start; in vp9_svc_start_frame()
Dvp9_encoder.c4084 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;
Dvp9_firstpass.c1086 fps.duration = (double)(source->ts_end - source->ts_start); in vp9_first_pass()