Home
last modified time | relevance | path

Searched refs:RotationInDegrees (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.h58 static int32_t RotationInDegrees(VideoCaptureRotation rotation,
Dvideo_capture_impl.cc66 int32_t VideoCaptureImpl::RotationInDegrees(VideoCaptureRotation rotation, in RotationInDegrees() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Dvideo_capture_android.cc255 if (RotationInDegrees(rotation, &rotation_degrees) != 0) { in SetCaptureRotation()