Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc283 int ret = _captureFrame.CreateEmptyFrame(target_width, in IncomingFrame()
296 apply_rotation ? _rotateFrame : kVideoRotation_0, &_captureFrame); in IncomingFrame()
305 _captureFrame.set_rotation(_rotateFrame); in IncomingFrame()
307 _captureFrame.set_rotation(kVideoRotation_0); in IncomingFrame()
309 _captureFrame.set_ntp_time_ms(captureTime); in IncomingFrame()
310 _captureFrame.set_render_time_ms(TickTime::MillisecondTimestamp()); in IncomingFrame()
312 DeliverCapturedFrame(_captureFrame); in IncomingFrame()
Dvideo_capture_impl.h135 VideoFrame _captureFrame; variable