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

  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 106 int64_t GetTimeStamp() const override { return time_stamp_ns_; }
108 time_stamp_ns_ = time_stamp_ns;
139 int64_t time_stamp_ns_; member in class:cricket::WebRtcVideoFrame
webrtcvideoframe.cc 45 time_stamp_ns_(0),
55 time_stamp_ns_(time_stamp_ns),
153 video_frame_buffer_, time_stamp_ns_, rotation_);
263 time_stamp_ns_ = time_stamp_ns;

Completed in 135 milliseconds