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

1 2

  /external/chromium_org/third_party/webrtc/modules/video_capture/
ensure_initialized.h 12 namespace videocapturemodule { namespace in namespace:webrtc
14 // Ensure any necessary initialization of webrtc::videocapturemodule has
18 } // namespace videocapturemodule.
video_capture_factory.cc 18 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
20 return videocapturemodule::VideoCaptureImpl::Create(id, deviceUniqueIdUTF8);
23 VideoCaptureModule* VideoCaptureFactory::Create(const int32_t id,
25 return videocapturemodule::VideoCaptureImpl::Create(id, externalCapture);
28 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo(
30 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id);
video_capture_config.h 16 namespace videocapturemodule namespace in namespace:webrtc
31 } // namespace videocapturemodule
video_capture_delay.h 16 namespace videocapturemodule namespace in namespace:webrtc
34 } // namespace videocapturemodule
ensure_initialized.cc 16 namespace videocapturemodule { namespace in namespace:webrtc
18 } // namespace videocapturemodule
30 namespace videocapturemodule { namespace in namespace:webrtc
46 } // namespace videocapturemodule
device_info_impl.h 22 namespace videocapturemodule namespace in namespace:webrtc
24 class DeviceInfoImpl: public VideoCaptureModule::DeviceInfo
67 } // namespace videocapturemodule
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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
  /external/chromium_org/third_party/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/chromium_org/third_party/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,
42 } // namespace videocapturemodule
device_info_ios.h 17 namespace videocapturemodule { namespace in namespace:webrtc
60 } // namespace videocapturemodule
  /external/chromium_org/third_party/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
61 } // namespace videocapturemodule
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.h 21 namespace videocapturemodule namespace in namespace:webrtc
68 } // namespace videocapturemodule
video_capture_android.cc 42 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
43 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
54 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
55 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
78 videocapturemodule::DeviceInfoAndroid::Initialize(ats.env());
108 videocapturemodule::DeviceInfoAndroid::DeInitialize();
116 namespace videocapturemodule { namespace in namespace:webrtc
118 VideoCaptureModule* VideoCaptureImpl::Create(
121 RefCountImpl<videocapturemodule::VideoCaptureAndroid>* implementation =
122 new RefCountImpl<videocapturemodule::VideoCaptureAndroid>(id)
    [all...]
video_capture_android.h 20 namespace videocapturemodule { namespace in namespace:webrtc
46 } // namespace videocapturemodule

Completed in 369 milliseconds

1 2