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

  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 614 DCHECK(!pc_factory_.get());
661 pc_factory_ = factory;
669 pc_factory_->SetOptions(factory_options);
674 return pc_factory_.get() != NULL;
697 return pc_factory_->CreatePeerConnection(ice_servers,
707 return pc_factory_->CreateLocalMediaStream(label).get();
714 pc_factory_->CreateAudioSource(constraints).get();
728 pc_factory_->CreateVideoSource(capturer, constraints).get();
758 return pc_factory_->CreateVideoTrack(id, source).get();
771 pc_factory_->CreateVideoSource(capturer, NULL).get()
    [all...]
media_stream_dependency_factory.h 216 // Creates and deletes |pc_factory_|, which in turn is used for
238 scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_; member in class:content::MediaStreamDependencyFactory
241 // |pc_factory_| will hold the ownership of this object, and |pc_factory_|
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface_unittest.cc 232 pc_factory_ = webrtc::CreatePeerConnectionFactory(
235 ASSERT_TRUE(pc_factory_.get() != NULL);
260 pc_ = pc_factory_->CreatePeerConnection(servers, constraints,
311 pc_factory_->CreateLocalMediaStream(label));
313 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
315 pc_factory_->CreateVideoTrack(label + "v0", video_source));
325 pc_factory_->CreateLocalMediaStream(label));
327 pc_factory_->CreateAudioTrack(label + "a0", NULL));
339 pc_factory_->CreateLocalMediaStream(stream_label));
341 pc_factory_->CreateAudioTrack
545 scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_; member in class:PeerConnectionInterfaceTest
    [all...]

Completed in 877 milliseconds