Home
last modified time | relevance | path

Searched refs:time_stamp_ns_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.h106 int64_t GetTimeStamp() const override { return time_stamp_ns_; } in GetTimeStamp()
108 time_stamp_ns_ = time_stamp_ns; in SetTimeStamp()
139 int64_t time_stamp_ns_; variable
Dwebrtcvideoframe.cc45 time_stamp_ns_(0), in WebRtcVideoFrame()
55 time_stamp_ns_(time_stamp_ns), in WebRtcVideoFrame()
153 video_frame_buffer_, time_stamp_ns_, rotation_); in Copy()
263 time_stamp_ns_ = time_stamp_ns; in InitToEmptyBuffer()