OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateDeviceInfo
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture_factory.cc
32
VideoCaptureModule::DeviceInfo* VideoCaptureFactory::
CreateDeviceInfo
(
37
return videocapturemodule::VideoCaptureImpl::
CreateDeviceInfo
(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.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/webrtc/modules/video_capture/linux/
device_info_linux.cc
32
VideoCaptureImpl::
CreateDeviceInfo
(const int32_t id)
Completed in 242 milliseconds