Home
last modified time | relevance | path

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

/external/libvpx/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.c5337 *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()
Dfirstpass.c846 fps.duration = (double)(cpi->source->ts_end in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h31 int64_t ts_end; 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
200 buf->ts_end = ts_end; in vp9_lookahead_push()
Dvp9_svc_layercontext.c672 cpi->svc.empty_frame.ts_end = buf->ts_end; in vp9_svc_start_frame()
Dvp9_encoder.c4085 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;
Dvp9_firstpass.c1086 fps.duration = (double)(source->ts_end - source->ts_start); in vp9_first_pass()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dstrace_profiler.py93 ts_end = ts_begin + int(1000000 * float(m.group('dur')))
130 'ts': ts_end,