Home
last modified time | relevance | path

Searched defs:GetTimestamp (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dtime_utils.cc16 uint64_t GetTimestamp() { in GetTimestamp() function
/external/webrtc/audio/
Dchannel_receive_frame_transformer_delegate.cc36 uint32_t GetTimestamp() const override { return header_.timestamp; } in GetTimestamp() function in webrtc::__anon9a6b5ad40111::TransformableAudioFrame
Dchannel_send_frame_transformer_delegate.cc40 uint32_t GetTimestamp() const override { in GetTimestamp() function in webrtc::__anon9467965b0111::TransformableAudioFrame
/external/webrtc/video/
Drtp_video_stream_receiver_frame_transformer_delegate.cc45 uint32_t GetTimestamp() const override { return frame_->Timestamp(); } in GetTimestamp() function in webrtc::__anon3ca851090111::TransformableVideoReceiverFrame
/external/dynamic_depth/internal/dynamic_depth/
Dearth_pose.cc102 int64 EarthPose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::EarthPose
Dpose.cc97 int64 Pose::GetTimestamp() const { return timestamp_; } in GetTimestamp() function in dynamic_depth::Pose
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h127 inline const uint64_t GetTimestamp() const { return timestamp_; } in GetTimestamp() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_frame_transformer_delegate.cc56 uint32_t GetTimestamp() const override { return timestamp_; } in GetTimestamp() function in webrtc::__anon73054be90111::TransformableVideoSenderFrame
/external/stressapptest/src/
Dos.h255 inline static uint64 GetTimestamp(void) { in GetTimestamp() function
/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc86 Time GetTimestamp() const { in GetTimestamp() function
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_wrapper.cc63 CUptiResult CuptiWrapper::GetTimestamp(uint64_t* timestamp) { in GetTimestamp() function in tensorflow::profiler::CuptiWrapper
Dcupti_tracer.cc1757 /*static*/ uint64 CuptiTracer::GetTimestamp() { in GetTimestamp() function in tensorflow::profiler::CuptiTracer
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp46 static int GetTimestamp(void) { in GetTimestamp() function
/external/mesa3d/src/mesa/main/
Ddd.h1037 uint64_t (*GetTimestamp)(struct gl_context *ctx); member