Home
last modified time | relevance | path

Searched refs:videocapturemodule (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm36 namespace videocapturemodule
116 if (webrtc::videocapturemodule::CheckOSVersion() == false)
125 if (webrtc::videocapturemodule::CheckQTVersion() == false)
138 RefCountImpl<videocapturemodule::VideoCaptureMacQuickTime>*
140 new RefCountImpl<videocapturemodule::VideoCaptureMacQuickTime>(id);
172 RefCountImpl<videocapturemodule::VideoCaptureMacQTKit>* newCaptureModule =
173 new RefCountImpl<videocapturemodule::VideoCaptureMacQTKit>(id);
210 if (webrtc::videocapturemodule::CheckOSVersion() == false)
219 if (webrtc::videocapturemodule::CheckQTVersion() == false)
227 webrtc::videocapturemodule::VideoCaptureMacQuickTimeInfo* newCaptureInfoModule =
[all …]
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_factory.cc23 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8); in Create()
29 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture); in Create()
37 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id); in CreateDeviceInfo()
Dvideo_capture_config.h16 namespace videocapturemodule
Dvideo_capture_delay.h16 namespace videocapturemodule
Ddevice_info_impl.h22 namespace videocapturemodule
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios_objc.mm64 webrtc::videocapturemodule::kDefaultCaptureDelay;
73 webrtc::videocapturemodule::kDefaultCaptureDelay;
82 webrtc::videocapturemodule::kDefaultCaptureDelay;
91 webrtc::videocapturemodule::kDefaultCaptureDelay;
Drtc_video_capture_ios_objc.h31 - (id)initWithOwner:(webrtc::videocapturemodule::VideoCaptureIos*)owner
Dvideo_capture_ios.h19 namespace videocapturemodule {
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.h37 webrtc::videocapturemodule::VideoCaptureMacQTKit* _owner;
53 - (void)registerOwner:(webrtc::videocapturemodule::VideoCaptureMacQTKit*)owner;
Dvideo_capture_qtkit_info.mm18 namespace videocapturemodule
124 } // namespace videocapturemodule
Dvideo_capture_qtkit.h26 namespace videocapturemodule
Dvideo_capture_qtkit_info.h23 namespace videocapturemodule
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc29 namespace videocapturemodule namespace
34 videocapturemodule::DeviceInfoLinux *deviceInfo = in CreateDeviceInfo()
35 new videocapturemodule::DeviceInfoLinux(id); in CreateDeviceInfo()
Dvideo_capture_linux.cc31 namespace videocapturemodule namespace
36 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation = in Create()
37 new RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>(id); in Create()
Ddevice_info_linux.h19 namespace videocapturemodule
Dvideo_capture_linux.h21 namespace videocapturemodule
/external/webrtc/webrtc/modules/video_capture/external/
Dvideo_capture_external.cc16 namespace videocapturemodule { namespace
Ddevice_info_external.cc16 namespace videocapturemodule { namespace
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_mf.cc14 namespace videocapturemodule { namespace
Dvideo_capture_factory_windows.cc16 namespace videocapturemodule { namespace
Dvideo_capture_mf.h17 namespace videocapturemodule {
Dhelp_functions_ds.h25 namespace videocapturemodule
Ddevice_info_mf.cc14 namespace videocapturemodule { namespace
Ddevice_info_mf.h17 namespace videocapturemodule {
Dvideo_capture_ds.h22 namespace videocapturemodule

12