OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 65 milliseconds