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

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

Completed in 52 milliseconds