HomeSort by relevance Sort by last modified time
    Searched full:capture_module_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 442 capture_module_ = VideoCaptureFactory::Create(0, capture_input_interface_);
445 process_module_->RegisterModule(capture_module_);
463 capture_module_->RegisterCaptureDataCallback(capture_callback_);
464 capture_module_->RegisterCaptureCallback(capture_feedback_);
465 capture_module_->EnableFrameRateCallback(true);
466 capture_module_->EnableNoPictureAlarm(true);
474 rtc::scoped_refptr<VideoCaptureModule> capture_module_; member in class:VideoCaptureExternalTest
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))
    [all...]

Completed in 111 milliseconds