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

  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 94 int64_t timestamp_ns = local
96 frame_writer_->PutFrame(image_data_impl, timestamp_ns);
  /system/core/include/sync/
sync.h 40 uint64_t timestamp_ns; member in struct:sync_pt_info
  /bionic/libc/kernel/common/linux/
sync.h 35 __u64 timestamp_ns; member in struct:sync_pt_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cn_proc.h 60 __u64 __attribute__((aligned(8))) timestamp_ns; member in struct:proc_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 60 __u64 __attribute__((aligned(8))) timestamp_ns; member in struct:proc_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cn_proc.h 60 __u64 __attribute__((aligned(8))) timestamp_ns; member in struct:proc_event
  /external/chromium_org/content/browser/media/
webrtc_browsertest.cc 103 double timestamp_ns = 0.0; local
112 if (dict->GetDouble("ts", &timestamp_ns)) {
115 base::StringPrintf("%f,", timestamp_ns - previous_timestamp_ns));
117 previous_timestamp_ns = timestamp_ns;
  /external/kernel-headers/original/linux/
sync.h 357 * @timestamp_ns: timestamp of status change in nanoseconds
365 __u64 timestamp_ns; member in struct:sync_pt_info

Completed in 367 milliseconds