HomeSort by relevance Sort by last modified time
    Searched refs:_rotateFrame (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 159 _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;
video_capture_impl.h 132 VideoRotation _rotateFrame; // Set if the frame should be rotated by the

Completed in 432 milliseconds