Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc538 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()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h136 virtual int32_t SetCaptureRotation(VideoRotation rotation) = 0;
Dvideo_capture_impl.h69 virtual int32_t SetCaptureRotation(VideoRotation rotation);
Dvideo_capture_impl.cc323 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override { in SetCaptureRotation() function