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

  /external/chromium_org/content/renderer/media/
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 27 milliseconds