Searched defs:pc_factory_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dependency_factory.h216 // 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/
H A Dpeerconnectioninterface_unittest.cc232 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_
545 scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_; member in class:PeerConnectionInterfaceTest
[all...]

Completed in 80 milliseconds