Home
last modified time | relevance | path

Searched refs:OpenVideoCaptureDevice (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc246 webrtc::scoped_refptr<VideoCaptureModule> OpenVideoCaptureDevice( in OpenVideoCaptureDevice() function in VideoCaptureTest
285 webrtc::scoped_refptr<VideoCaptureModule> module(OpenVideoCaptureDevice( in TEST_F()
326 webrtc::scoped_refptr<VideoCaptureModule> module(OpenVideoCaptureDevice( in TEST_F()
388 webrtc::scoped_refptr<VideoCaptureModule> module1(OpenVideoCaptureDevice( in TEST_F()
403 webrtc::scoped_refptr<VideoCaptureModule> module2(OpenVideoCaptureDevice( in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.h78 cricket::VideoCapturer* OpenVideoCaptureDevice();
Dconductor.cc334 cricket::VideoCapturer* Conductor::OpenVideoCaptureDevice() { in OpenVideoCaptureDevice() function in Conductor
367 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(), in AddStreams()