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

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

Completed in 124 milliseconds