HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_ns (Results 26 - 34 of 34) sorted by null

12

  /frameworks/native/libs/ui/
Fence.cpp 120 if (pinfo->timestamp_ns > timestamp) {
121 timestamp = pinfo->timestamp_ns;
  /system/core/libsync/
sync_test.c 58 int ts_sec = pt_info->timestamp_ns / 1000000000LL;
59 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]
mkvmuxer.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]
mkvmuxer.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]
mkvmuxer.cpp     [all...]
  /system/core/libsync/tests/
sync_test.cpp 185 pointInfo->timestamp_ns,

Completed in 214 milliseconds

12