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

  /frameworks/av/services/audioflinger/
test-resample.cpp 358 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; local
359 int64_t time = end_ns - start_ns;
374 end_ns = end.tv_sec * 1000000000LL + end.tv_nsec;
375 time = end_ns - start_ns;
420 int64_t end_ns = end.tv_sec * 1000000000LL + end.tv_nsec; local
421 int64_t diff_ns = end_ns - start_ns;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1105 void Chapter::set_time(const Segment& segment, uint64 start_ns, uint64 end_ns) {
1109 end_timecode_ = end_ns / timecode_scale;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1134 uint64 end_ns) {
1138 end_timecode_ = end_ns / timecode_scale;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1134 uint64 end_ns) {
1138 end_timecode_ = end_ns / timecode_scale;
    [all...]
  /art/runtime/gc/
heap.cc 1094 uint64_t end_ns = NanoTime(); local
    [all...]

Completed in 293 milliseconds