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

  /external/webrtc/webrtc/modules/video_capture/
video_capture_factory.cc 32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo(
37 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id);
video_capture_factory.h 36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
video_capture_impl.h 53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_factory_windows.cc 19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
  /external/webrtc/talk/media/webrtc/
fakewebrtcvcmfactory.h 48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
webrtcvideocapturer.h 53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
webrtcvideocapturer.cc 76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
77 return webrtc::VideoCaptureFactory::CreateDeviceInfo(id);
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
  /external/webrtc/webrtc/modules/video_capture/external/
device_info_external.cc 46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
  /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.
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 206 VideoCaptureImpl::CreateDeviceInfo(const int32_t id)
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 32 VideoCaptureImpl::CreateDeviceInfo(const int32_t id)
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 236 device_info_.reset(VideoCaptureFactory::CreateDeviceInfo(0));

Completed in 2146 milliseconds