Home
last modified time | relevance | path

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

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