Searched defs:StartCapture (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_mf.cc23 int32_t VideoCaptureMF::StartCapture( function in class:webrtc::videocapturemodule::VideoCaptureMF
H A Dvideo_capture_ds.cc153 int32_t VideoCaptureDS::StartCapture( function in class:webrtc::videocapturemodule::VideoCaptureDS
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.h92 virtual int32_t StartCapture(const VideoCaptureCapability& capability) function in class:webrtc::videocapturemodule::VideoCaptureImpl
113 VideoCaptureCapability _requestedCapability; // Should be set by platform dependent code in StartCapture.
/external/webrtc/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc122 int32_t VideoCaptureModuleV4L2::StartCapture( function in class:webrtc::videocapturemodule::VideoCaptureModuleV4L2
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc182 bool V4L2Device::StartCapture() { function in class:V4L2Device
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc262 void StartCapture(VideoCaptureModule* capture_module, function in class:VideoCaptureTest
264 ASSERT_EQ(0, capture_module->StartCapture(capability));
302 ASSERT_NO_FATAL_FAILURE(StartCapture(module.get(), capability));
364 ASSERT_NO_FATAL_FAILURE(StartCapture(module.get(), capability));
429 ASSERT_NO_FATAL_FAILURE(StartCapture(module1.get(), capability1));
430 ASSERT_NO_FATAL_FAILURE(StartCapture(module2.get(), capability2));

Completed in 167 milliseconds