peerconnectioninterface_unittest.cc | 527 pc_factory_ = webrtc::CreatePeerConnectionFactory( 530 ASSERT_TRUE(pc_factory_.get() != NULL); 575 pc_ = pc_factory_->CreatePeerConnection( 590 pc = pc_factory_->CreatePeerConnection(config, nullptr, nullptr, nullptr, 626 pc_factory_->CreateLocalMediaStream(label)); 628 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL)); 630 pc_factory_->CreateVideoTrack(label + "v0", video_source)); 640 pc_factory_->CreateLocalMediaStream(label)); 642 pc_factory_->CreateAudioTrack(label + "a0", NULL)); 654 pc_factory_->CreateLocalMediaStream(stream_label)) 935 scoped_refptr<webrtc::PeerConnectionFactoryInterface> pc_factory_; member in class:PeerConnectionInterfaceTest [all...] |