HomeSort by relevance Sort by last modified time
    Searched full:ts_end (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 19 int64_t ts_end; member in struct:lookahead_entry
56 * \param[in] ts_end Timestamp for the end of this frame
64 int64_t ts_end,
lookahead.c 107 int64_t ts_end,
172 buf->ts_end = ts_end;
onyx_if.c     [all...]
firstpass.c 845 fps.duration = (double)(cpi->source->ts_end
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 22 int64_t ts_end; member in struct:lookahead_entry
57 * \param[in] ts_end Timestamp for the end of this frame
62 int64_t ts_start, int64_t ts_end, unsigned int flags,
vp9_lookahead.c 88 int64_t ts_start, int64_t ts_end, unsigned int flags,
154 buf->ts_end = ts_end;
vp9_onyx_if.c     [all...]
vp9_firstpass.c 852 fps.duration = (double)(cpi->source->ts_end
    [all...]
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 33 (self.ts_start, self.ts_end) = sched_tracer.interval()
146 self.width_virtual = self.us_to_px(self.ts_end - self.ts_start)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 92 ts_end = ts_begin + int(1000000 * float(m.group('dur')))
129 'ts': ts_end,

Completed in 1036 milliseconds