Home
last modified time | relevance | path

Searched refs:GetApplyRotation (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h145 virtual bool GetApplyRotation() = 0;
Dvideo_capture_impl.h71 virtual bool GetApplyRotation() { in GetApplyRotation() function
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h97 bool GetApplyRotation() override { in GetApplyRotation() function
Dwebrtcvideocapturer.cc224 SetApplyRotation(module_->GetApplyRotation()); in Init()
Dwebrtcvideoengine2_unittest.cc304 EXPECT_FALSE(capturer.GetApplyRotation()); in TEST_F()
309 EXPECT_TRUE(capturer.GetApplyRotation()); in TEST_F()
334 EXPECT_FALSE(capturer.GetApplyRotation()); in TEST_F()
339 EXPECT_TRUE(capturer.GetApplyRotation()); in TEST_F()
/external/webrtc/talk/media/base/
Dvideocapturer.h222 virtual bool GetApplyRotation() { return apply_rotation_; } in GetApplyRotation() function