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

/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc159 _rotateFrame(kVideoRotation_0),
271 if (_rotateFrame == kVideoRotation_90 ||
272 _rotateFrame == kVideoRotation_270) {
296 apply_rotation ? _rotateFrame : kVideoRotation_0, &_captureFrame);
305 _captureFrame.set_rotation(_rotateFrame);
326 _rotateFrame = rotation;
H A Dvideo_capture_impl.h132 VideoRotation _rotateFrame; // Set if the frame should be rotated by the member in class:webrtc::videocapturemodule::VideoCaptureImpl

Completed in 402 milliseconds