HomeSort by relevance Sort by last modified time
    Searched refs:videocapturemodule (Results 1 - 25 of 40) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_capture/
video_capture_factory.cc 18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
23 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8);
27 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
29 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture);
32 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo(
37 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id);
video_capture_config.h 16 namespace videocapturemodule namespace in namespace:webrtc
30 } // namespace videocapturemodule
video_capture_delay.h 16 namespace videocapturemodule namespace in namespace:webrtc
34 } // namespace videocapturemodule
device_info_impl.h 22 namespace videocapturemodule namespace in namespace:webrtc
24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
66 } // namespace videocapturemodule
  /external/webrtc/webrtc/modules/video_capture/external/
video_capture_external.cc 16 namespace videocapturemodule { namespace in namespace:webrtc
18 VideoCaptureModule* VideoCaptureImpl::Create(
26 } // namespace videocapturemodule
device_info_external.cc 16 namespace videocapturemodule { namespace in namespace:webrtc
46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
51 } // namespace videocapturemodule
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 36 namespace videocapturemodule
98 * Create/Destroy a VideoCaptureModule
112 VideoCaptureModule* VideoCaptureImpl::Create(
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);
205 VideoCaptureModule::DeviceInfo
    [all...]
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_mf.cc 14 namespace videocapturemodule { namespace in namespace:webrtc
41 } // namespace videocapturemodule
video_capture_mf.h 17 namespace videocapturemodule { namespace in namespace:webrtc
40 } // namespace videocapturemodule
device_info_mf.cc 14 namespace videocapturemodule { namespace in namespace:webrtc
50 } // namespace videocapturemodule
device_info_mf.h 17 namespace videocapturemodule { namespace in namespace:webrtc
40 } // namespace videocapturemodule
video_capture_factory_windows.cc 16 namespace videocapturemodule { namespace in namespace:webrtc
19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
25 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t id,
40 } // namespace videocapturemodule
help_functions_ds.h 25 namespace videocapturemodule namespace in namespace:webrtc
33 } // namespace videocapturemodule
video_capture_ds.h 22 namespace videocapturemodule namespace in namespace:webrtc
77 } // namespace videocapturemodule
device_info_ds.h 21 namespace videocapturemodule namespace in namespace:webrtc
104 } // namespace videocapturemodule
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 37 webrtc::videocapturemodule::VideoCaptureMacQTKit* _owner;
53 - (void)registerOwner:(webrtc::videocapturemodule::VideoCaptureMacQTKit*)owner;
video_capture_qtkit.h 26 namespace videocapturemodule namespace in namespace:webrtc
43 static void Destroy(VideoCaptureModule* module);
76 } // namespace videocapturemodule
video_capture_qtkit_info.h 23 namespace videocapturemodule namespace in namespace:webrtc
90 } // namespace videocapturemodule
  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h 31 - (id)initWithOwner:(webrtc::videocapturemodule::VideoCaptureIos*)owner
video_capture_ios.h 19 namespace videocapturemodule { namespace in namespace:webrtc
25 static VideoCaptureModule* Create(const int32_t capture_id,
41 } // namespace videocapturemodule
device_info_ios_objc.mm 64 webrtc::videocapturemodule::kDefaultCaptureDelay;
73 webrtc::videocapturemodule::kDefaultCaptureDelay;
82 webrtc::videocapturemodule::kDefaultCaptureDelay;
91 webrtc::videocapturemodule::kDefaultCaptureDelay;
device_info_ios.h 19 namespace videocapturemodule { namespace in namespace:webrtc
57 } // namespace videocapturemodule
video_capture_ios.mm 21 using namespace videocapturemodule;
23 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t capture_id,
43 VideoCaptureModule* VideoCaptureIos::Create(const int32_t capture_id,
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.h 19 namespace videocapturemodule namespace in namespace:webrtc
51 } // namespace videocapturemodule
video_capture_linux.h 21 namespace videocapturemodule namespace in namespace:webrtc
62 } // namespace videocapturemodule

Completed in 695 milliseconds

1 2