Home
last modified time | relevance | path

Searched refs:SetCaptureRotation (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Dvideo_capture_android.cc66 captureModule->VideoCaptureImpl::SetCaptureRotation(rotation); in OnOrientationChanged()
242 int32_t VideoCaptureAndroid::SetCaptureRotation( in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureAndroid
244 int32_t status = VideoCaptureImpl::SetCaptureRotation(rotation); in SetCaptureRotation()
Dvideo_capture_android.h31 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
/external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
Dmock_video_capture.h41 MOCK_METHOD1(SetCaptureRotation, int32_t(VideoCaptureRotation rotation));
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc593 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate0)); in TEST_F()
601 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate90)); in TEST_F()
605 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate180)); in TEST_F()
609 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate270)); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
Dvideo_capture.h136 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation) = 0;
/external/chromium_org/third_party/webrtc/modules/video_capture/
Dvideo_capture_impl.h73 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
Dvideo_capture_impl.cc343 int32_t VideoCaptureImpl::SetCaptureRotation(VideoCaptureRotation rotation) { in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h101 virtual int32_t SetCaptureRotation( in SetCaptureRotation() function
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_capturer.cc278 return capture_module_->SetCaptureRotation(converted_rotation); in SetRotateCapturedFrames()