Home
last modified time | relevance | path

Searched refs:CreateDeviceInfo (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_factory.cc32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo( in CreateDeviceInfo() function in webrtc::VideoCaptureFactory
37 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id); in CreateDeviceInfo()
Dvideo_capture_factory.h36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
Dvideo_capture_impl.h53 static DeviceInfo* CreateDeviceInfo(const int32_t id);
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.cc76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { in CreateDeviceInfo() function in cricket::WebRtcVcmFactory
77 return webrtc::VideoCaptureFactory::CreateDeviceInfo(id); in CreateDeviceInfo()
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0); in Init()
Dfakewebrtcvcmfactory.h48 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { in CreateDeviceInfo() function
Dwebrtcvideocapturer.h53 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/webrtc/modules/video_capture/external/
Ddevice_info_external.cc46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( in CreateDeviceInfo() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/talk/media/devices/
Dmobiledevicemanager.cc52 webrtc::VideoCaptureFactory::CreateDeviceInfo(0)); in GetVideoCaptureDevices()
/external/webrtc/webrtc/test/
Dvcm_capturer.cc25 VideoCaptureFactory::CreateDeviceInfo(42); // Any ID (42) will do. in Init()
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.mm41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( function
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc32 VideoCaptureImpl::CreateDeviceInfo(const int32_t id) in CreateDeviceInfo() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm206 VideoCaptureImpl::CreateDeviceInfo(const int32_t id)
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc236 device_info_.reset(VideoCaptureFactory::CreateDeviceInfo(0)); in SetUp()