HomeSort by relevance Sort by last modified time
    Searched defs:ts_start (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 21 int64_t ts_start; member in struct:lookahead_entry
54 * \param[in] ts_start Timestamp for the start of this frame
60 int64_t ts_start, int64_t ts_end, unsigned int flags,
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
futex_bench.c 22 struct timespec ts_start, ts_end; local
25 clock_gettime(CLOCK_MONOTONIC, &ts_start);
34 printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
mmap_bench.c 19 struct timespec ts_start, ts_end; local
22 clock_gettime(CLOCK_MONOTONIC, &ts_start);
33 printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 30 int64_t ts_start; member in struct:lookahead_entry
74 * \param[in] ts_start Timestamp for the start of this frame
80 int64_t ts_start, int64_t ts_end,

Completed in 125 milliseconds