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

  /external/webrtc/webrtc/modules/video_capture/
video_capture_factory.cc 18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
27 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo(
video_capture_factory.h 21 class VideoCaptureFactory {
40 ~VideoCaptureFactory();
  /external/webrtc/talk/media/devices/
mobiledevicemanager.cc 52 webrtc::VideoCaptureFactory::CreateDeviceInfo(0));
  /external/webrtc/webrtc/test/
vcm_capturer.cc 25 VideoCaptureFactory::CreateDeviceInfo(42); // Any ID (42) will do.
36 vcm_ = webrtc::VideoCaptureFactory::Create(0, unique_name);
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 36 using webrtc::VideoCaptureFactory;
236 device_info_.reset(VideoCaptureFactory::CreateDeviceInfo(0));
252 VideoCaptureFactory::Create(device, unique_name));
442 capture_module_ = VideoCaptureFactory::Create(0, capture_input_interface_);
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 74 return webrtc::VideoCaptureFactory::Create(id, device);
77 return webrtc::VideoCaptureFactory::CreateDeviceInfo(id);

Completed in 1523 milliseconds