HomeSort by relevance Sort by last modified time
    Searched refs:ts_end (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
lookahead.h 23 int64_t ts_end; member in struct:lookahead_entry
60 * \param[in] ts_end Timestamp for the end of this frame
68 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.h 26 int64_t ts_end; member in struct:lookahead_entry
61 * \param[in] ts_end Timestamp for the end of this frame
66 int64_t ts_start, int64_t ts_end, unsigned int flags);
vp9_lookahead.c 97 int64_t ts_start, int64_t ts_end, unsigned int flags) {
162 buf->ts_end = ts_end;
vp9_encoder.c     [all...]
vp9_firstpass.c 839 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 23 int64_t ts_end; member in struct:lookahead_entry
60 * \param[in] ts_end Timestamp for the end of this frame
68 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 29 int64_t ts_end; member in struct:lookahead_entry
64 * \param[in] ts_end Timestamp for the end of this frame
69 int64_t ts_start, int64_t ts_end, unsigned int flags);
vp9_lookahead.c 94 int64_t ts_start, int64_t ts_end, unsigned int flags) {
159 buf->ts_end = ts_end;
vp9_onyx_if.c     [all...]
vp9_firstpass.c 829 fps.duration = (double)(cpi->source->ts_end - cpi->source->ts_start);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 23 int64_t ts_end; member in struct:lookahead_entry
60 * \param[in] ts_end Timestamp for the end of this frame
68 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 29 int64_t ts_end; member in struct:lookahead_entry
64 * \param[in] ts_end Timestamp for the end of this frame
69 int64_t ts_start, int64_t ts_end, unsigned int flags);
vp9_lookahead.c 94 int64_t ts_start, int64_t ts_end, unsigned int flags) {
159 buf->ts_end = ts_end;
vp9_onyx_if.c     [all...]
  /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,
  /external/linux-tools-perf/perf-3.12.0/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)

Completed in 388 milliseconds

1 2