HomeSort by relevance Sort by last modified time
    Searched refs:CreateVideoSource (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_video_source_private_thunk.cc 24 return enter.functions()->CreateVideoSource(instance);
resource_creation_api.h 163 virtual PP_Resource CreateVideoSource(PP_Instance instance) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory.h 65 virtual talk_base::scoped_refptr<VideoSourceInterface> CreateVideoSource(
peerconnectioninterface.h 417 virtual talk_base::scoped_refptr<VideoSourceInterface> CreateVideoSource(
peerconnectionfactory.cc 338 PeerConnectionFactory::CreateVideoSource(
peerconnectionfactory_unittest.cc 264 factory_->CreateVideoSource(capturer, NULL));
peerconnection_unittest.cc 521 peer_connection_factory_->CreateVideoSource(
    [all...]
peerconnectioninterface_unittest.cc 306 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 121 self.nativeFactory->CreateVideoSource(capturer.capturer.get(),
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 291 PP_Resource ResourceCreationImpl::CreateVideoSource(
resource_creation_impl.h 131 virtual PP_Resource CreateVideoSource(
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 150 virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE;
resource_creation_proxy.cc 357 PP_Resource ResourceCreationProxy::CreateVideoSource(
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 366 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(),
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 589 pc_factory_->CreateVideoSource(capturer, constraints).get();
646 pc_factory_->CreateVideoSource(capturer, NULL).get();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 495 milliseconds