HomeSort by relevance Sort by last modified time
    Searched refs:SetCaptureRotation (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.h 31 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
video_capture_android.cc 66 captureModule->VideoCaptureImpl::SetCaptureRotation(rotation);
242 int32_t VideoCaptureAndroid::SetCaptureRotation(
244 int32_t status = VideoCaptureImpl::SetCaptureRotation(rotation);
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
mock_video_capture.h 41 MOCK_METHOD1(SetCaptureRotation, int32_t(VideoCaptureRotation rotation));
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h 136 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 101 virtual int32_t SetCaptureRotation(
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.h 73 virtual int32_t SetCaptureRotation(VideoCaptureRotation rotation);
video_capture_impl.cc 343 int32_t VideoCaptureImpl::SetCaptureRotation(VideoCaptureRotation rotation) {
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 593 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate0));
601 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate90));
605 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate180));
609 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kCameraRotate270));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc 278 return capture_module_->SetCaptureRotation(converted_rotation);

Completed in 232 milliseconds