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.h46 int64_t time_stamp_ns,
64 int64_t time_stamp_ns,
70 int64_t time_stamp_ns);
73 int64_t time_stamp_ns) override;
85 int64_t time_stamp_ns,
107 void SetTimeStamp(int64_t time_stamp_ns) override { in SetTimeStamp() argument
108 time_stamp_ns_ = time_stamp_ns; in SetTimeStamp()
133 int64_t time_stamp_ns) const override;
Dwebrtcvideoframe.cc50 int64_t time_stamp_ns, in WebRtcVideoFrame() argument
55 time_stamp_ns_(time_stamp_ns), in WebRtcVideoFrame()
70 int64_t time_stamp_ns, in Init() argument
73 pixel_height, time_stamp_ns, rotation, in Init()
86 size_t pixel_height, int64_t time_stamp_ns) { in InitToBlack() argument
87 InitToEmptyBuffer(w, h, pixel_width, pixel_height, time_stamp_ns); in InitToBlack()
201 int64_t time_stamp_ns, in Reset() argument
221 time_stamp_ns); in Reset()
251 int64_t time_stamp_ns) const { in CreateEmptyFrame()
253 frame->InitToEmptyBuffer(w, h, pixel_width, pixel_height, time_stamp_ns); in CreateEmptyFrame()
[all …]