OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCaptureRotation
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture.h
136
virtual int32_t
SetCaptureRotation
(VideoRotation rotation) = 0;
141
//
SetCaptureRotation
. Return value indicates whether this operation succeeds.
video_capture_impl.h
69
virtual int32_t
SetCaptureRotation
(VideoRotation rotation);
video_capture_impl.cc
323
int32_t VideoCaptureImpl::
SetCaptureRotation
(VideoRotation rotation) {
/external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h
91
int32_t
SetCaptureRotation
(webrtc::VideoRotation rotation) override {
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
538
EXPECT_EQ(0, capture_module_->
SetCaptureRotation
(webrtc::kVideoRotation_0));
546
EXPECT_EQ(0, capture_module_->
SetCaptureRotation
(webrtc::kVideoRotation_90));
550
EXPECT_EQ(0, capture_module_->
SetCaptureRotation
(webrtc::kVideoRotation_180));
554
EXPECT_EQ(0, capture_module_->
SetCaptureRotation
(webrtc::kVideoRotation_270));
Completed in 53 milliseconds