Searched refs:SetCaptureRotation (Results 1 – 5 of 5) sorted by relevance
538 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_0)); in TEST_F()546 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_90)); in TEST_F()550 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_180)); in TEST_F()554 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_270)); in TEST_F()
136 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
69 virtual int32_t SetCaptureRotation(VideoRotation rotation);
323 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override { in SetCaptureRotation() function