Searched refs:SetCaptureRotation (Results 1 – 9 of 9) sorted by relevance
66 captureModule->VideoCaptureImpl::SetCaptureRotation(rotation); in OnOrientationChanged()242 int32_t VideoCaptureAndroid::SetCaptureRotation( in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureAndroid244 int32_t status = VideoCaptureImpl::SetCaptureRotation(rotation); in SetCaptureRotation()
31 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
41 MOCK_METHOD1(SetCaptureRotation, int32_t(VideoCaptureRotation rotation));
593 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()
136 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation) = 0;
73 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
343 int32_t VideoCaptureImpl::SetCaptureRotation(VideoCaptureRotation rotation) { in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
101 virtual int32_t SetCaptureRotation( in SetCaptureRotation() function
278 return capture_module_->SetCaptureRotation(converted_rotation); in SetRotateCapturedFrames()