Home
last modified time | relevance | path

Searched refs:CreateVideoSource (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dvideosource_unittest.cc140 void CreateVideoSource() { in CreateVideoSource() function in VideoSourceTest
141 CreateVideoSource(NULL); in CreateVideoSource()
144 void CreateVideoSource( in CreateVideoSource() function in VideoSourceTest
173 CreateVideoSource(); in TEST_F()
188 CreateVideoSource(); in TEST_F()
239 CreateVideoSource(); in TEST_F()
256 CreateVideoSource(&constraints); in TEST_F()
276 CreateVideoSource(&constraints); in TEST_F()
297 CreateVideoSource(&constraints); in TEST_F()
313 CreateVideoSource(&constraints); in TEST_F()
[all …]
Dpeerconnectionfactoryproxy.h59 CreateVideoSource, cricket::VideoCapturer*, in PROXY_METHOD1()
Dpeerconnectionfactory.h73 rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
Dpeerconnectionfactory.cc219 PeerConnectionFactory::CreateVideoSource( in CreateVideoSource() function in webrtc::PeerConnectionFactory
Dpeerconnectioninterface.h546 virtual rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
Dpeerconnectionfactory_unittest.cc353 factory_->CreateVideoSource(capturer, NULL)); in TEST_F()
Dpeerconnection_unittest.cc426 peer_connection_factory_->CreateVideoSource(fake_capturer, in CreateLocalVideoTrack()
Dpeerconnectioninterface_unittest.cc628 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL)); in AddVideoStream()
/external/webrtc/talk/app/webrtc/objc/
DRTCAVFoundationVideoSource.mm43 factory.nativeFactory->CreateVideoSource(capturer.release(),
DRTCPeerConnectionFactory.mm129 self.nativeFactory->CreateVideoSource([capturer takeNativeCapturer],
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc288 peer_connection_factory_->CreateVideoSource( in GetUserMedia()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc404 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(), in AddStreams()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1226 factory->CreateVideoSource( in JOW()