Searched refs:CreateVideoSource (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource_unittest.cc141 void CreateVideoSource() { function in class:VideoSourceTest
142 CreateVideoSource(NULL);
145 void CreateVideoSource( function in class:VideoSourceTest
174 CreateVideoSource();
217 CreateVideoSource();
234 CreateVideoSource(&constraints);
254 CreateVideoSource(&constraints);
275 CreateVideoSource(&constraints);
291 CreateVideoSource(&constraints);
301 CreateVideoSource(
[all...]
H A Dpeerconnectionfactory.h69 virtual talk_base::scoped_refptr<VideoSourceInterface> CreateVideoSource(
H A Dpeerconnectioninterface.h430 virtual talk_base::scoped_refptr<VideoSourceInterface> CreateVideoSource(
H A Dpeerconnectionfactory.cc337 PeerConnectionFactory::CreateVideoSource( function in class:webrtc::PeerConnectionFactory
H A Dpeerconnectionfactory_unittest.cc336 factory_->CreateVideoSource(capturer, NULL));
H A Dpeerconnection_unittest.cc521 peer_connection_factory_->CreateVideoSource(
H A Dpeerconnectioninterface_unittest.cc313 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
/external/chromium_org/ppapi/thunk/
H A Dppb_video_source_private_thunk.cc24 return enter.functions()->CreateVideoSource(instance);
H A Dresource_creation_api.h158 virtual PP_Resource CreateVideoSource(PP_Instance instance) = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnectionFactory.mm123 self.nativeFactory->CreateVideoSource(capturer.capturer.get(),
/external/chromium_org/content/renderer/pepper/
H A Dresource_creation_impl.cc288 PP_Resource ResourceCreationImpl::CreateVideoSource( function in class:content::ResourceCreationImpl
H A Dresource_creation_impl.h130 virtual PP_Resource CreateVideoSource(
/external/chromium_org/ppapi/proxy/
H A Dresource_creation_proxy.h148 virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE;
H A Dresource_creation_proxy.cc367 PP_Resource ResourceCreationProxy::CreateVideoSource( function in class:ppapi::proxy::ResourceCreationProxy
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.cc271 peer_connection_factory_->CreateVideoSource(
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc366 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(),
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dependency_factory.cc728 pc_factory_->CreateVideoSource(capturer, constraints).get();
771 pc_factory_->CreateVideoSource(capturer, NULL).get();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1272 factory->CreateVideoSource(

Completed in 1321 milliseconds