HomeSort by relevance Sort by last modified time
    Searched full:videocapturemodule (Results 26 - 50 of 52) sorted by null

12 3

  /external/webrtc/webrtc/modules/video_capture/ios/
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,
rtc_video_capture_ios_objc.h 31 - (id)initWithOwner:(webrtc::videocapturemodule::VideoCaptureIos*)owner
device_info_ios.mm 25 using namespace videocapturemodule;
41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
rtc_video_capture_ios_objc.mm 23 using namespace webrtc::videocapturemodule;
30 webrtc::videocapturemodule::VideoCaptureIos* _owner;
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.h 23 namespace videocapturemodule namespace in namespace:webrtc
90 } // namespace videocapturemodule
video_capture_qtkit_info.mm 18 namespace videocapturemodule
124 } // namespace videocapturemodule
video_capture_qtkit.mm 21 namespace videocapturemodule
210 } // namespace videocapturemodule
video_capture_qtkit_objc.mm 23 using namespace videocapturemodule;
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.h 21 namespace videocapturemodule namespace in namespace:webrtc
104 } // namespace videocapturemodule
help_functions_ds.cc 21 namespace videocapturemodule namespace in namespace:webrtc
118 } // namespace videocapturemodule
sink_filter_ds.h 20 namespace videocapturemodule namespace in namespace:webrtc
98 } // namespace videocapturemodule
video_capture_ds.cc 23 namespace videocapturemodule namespace in namespace:webrtc
413 } // namespace videocapturemodule
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 29 namespace videocapturemodule namespace in namespace:webrtc
31 VideoCaptureModule::DeviceInfo*
34 videocapturemodule::DeviceInfoLinux *deviceInfo =
35 new videocapturemodule::DeviceInfoLinux(id);
66 /* detect /dev/video [0-63]VideoCaptureModule entries */
338 } // namespace videocapturemodule
video_capture_linux.cc 31 namespace videocapturemodule namespace in namespace:webrtc
33 VideoCaptureModule* VideoCaptureImpl::Create(const int32_t id,
36 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation =
37 new RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>(id);
491 } // namespace videocapturemodule
  /external/webrtc/webrtc/test/
vcm_capturer.cc 24 VideoCaptureModule::DeviceInfo* device_info =
90 // TODO(pbos): How do I destroy the VideoCaptureModule? This still leaves
vcm_capturer.h 44 VideoCaptureModule* vcm_;
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 38 using webrtc::VideoCaptureModule;
242 rtc::scoped_refptr<VideoCaptureModule> OpenVideoCaptureDevice(
251 rtc::scoped_refptr<VideoCaptureModule> module(
262 void StartCapture(VideoCaptureModule* capture_module,
273 scoped_ptr<VideoCaptureModule::DeviceInfo> device_info_;
288 rtc::scoped_refptr<VideoCaptureModule> module(
336 rtc::scoped_refptr<VideoCaptureModule> module(
398 rtc::scoped_refptr<VideoCaptureModule> module1(
413 rtc::scoped_refptr<VideoCaptureModule> module2(
474 rtc::scoped_refptr<VideoCaptureModule> capture_module_
    [all...]
  /external/webrtc/talk/media/webrtc/
fakewebrtcdeviceinfo.h 36 // Fake class for mocking out webrtc::VideoCaptureModule::DeviceInfo.
37 class FakeWebRtcDeviceInfo : public webrtc::VideoCaptureModule::DeviceInfo {
fakewebrtcvideocapturemodule.h 39 // Fake class for mocking out webrtc::VideoCaptureModule.
40 class FakeWebRtcVideoCaptureModule : public webrtc::VideoCaptureModule {
webrtcvideocapturer.cc 73 virtual webrtc::VideoCaptureModule* Create(int id, const char* device) {
76 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
79 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) {
162 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
229 bool WebRtcVideoCapturer::Init(webrtc::VideoCaptureModule* module) {
382 // possibly other implementations of WebRTC's VideoCaptureModule.
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 28 namespace videocapturemodule namespace in namespace:webrtc
30 VideoCaptureModule* VideoCaptureImpl::Create(
398 } // namespace videocapturemodule
video_capture.h 20 class VideoCaptureModule: public RefCountedModule {
156 virtual ~VideoCaptureModule() {};
device_info_impl.cc 24 namespace videocapturemodule namespace in namespace:webrtc
358 } // namespace videocapturemodule
  /external/webrtc/talk/media/devices/
mobiledevicemanager.cc 51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 27 class VideoCaptureModule;

Completed in 241 milliseconds

12 3