HomeSort by relevance Sort by last modified time
    Searched refs:start_ns (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
test-resample.cpp 355 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
357 int64_t time = end_ns - start_ns;
371 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
373 time = end_ns - start_ns;
417 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec; local
419 int64_t diff_ns = end_ns - start_ns;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1133 uint64 start_ns,
1137 start_timecode_ = start_ns / timecode_scale;
    [all...]
  /art/compiler/driver/
compiler_driver.cc 575 uint64_t start_ns = kTimeCompileMethod ? NanoTime() : 0; variable
642 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]
  /art/runtime/gc/
heap.cc 1441 const uint64_t start_ns = NanoTime(); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 367 uint64_t start_ns = kTimeVerifyMethod ? NanoTime() : 0; local
448 uint64_t duration_ns = NanoTime() - start_ns;
    [all...]

Completed in 365 milliseconds