Searched refs:peer_connection_factory_ (Results 1 – 5 of 5) sorted by relevance
83 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory( in CreatePc()86 if (!peer_connection_factory_) { in CreatePc()98 peer_connection_ = peer_connection_factory_->CreatePeerConnection( in CreatePc()267 peer_connection_factory_->CreateLocalMediaStream(label); in GetUserMedia()275 peer_connection_factory_->CreateAudioSource(&constraints); in GetUserMedia()277 peer_connection_factory_->CreateAudioTrack(kAudioTrackLabelBase, in GetUserMedia()288 peer_connection_factory_->CreateVideoSource( in GetUserMedia()292 peer_connection_factory_->CreateVideoTrack(videotrack_label, source)); in GetUserMedia()
110 peer_connection_factory_; variable
78 ASSERT(peer_connection_factory_.get() == NULL); in InitializePeerConnection()81 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory(); in InitializePeerConnection()83 if (!peer_connection_factory_.get()) { in InitializePeerConnection()113 ASSERT(peer_connection_factory_.get() != NULL); in CreatePeerConnection()130 peer_connection_ = peer_connection_factory_->CreatePeerConnection( in CreatePeerConnection()140 peer_connection_factory_ = NULL; in DeletePeerConnection()398 peer_connection_factory_->CreateAudioTrack( in AddStreams()399 kAudioLabel, peer_connection_factory_->CreateAudioSource(NULL))); in AddStreams()402 peer_connection_factory_->CreateVideoTrack( in AddStreams()404 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice(), in AddStreams()[all …]
120 peer_connection_factory_; variable
298 peer_connection_factory_->CreateLocalMediaStream(stream_label); in AddMediaStream()409 peer_connection_factory_->CreateAudioSource(&constraints); in CreateLocalAudioTrack()413 return peer_connection_factory_->CreateAudioTrack(label, source); in CreateLocalAudioTrack()426 peer_connection_factory_->CreateVideoSource(fake_capturer, in CreateLocalVideoTrack()429 return peer_connection_factory_->CreateVideoTrack(label, source); in CreateLocalVideoTrack()511 peer_connection_factory_->CreateAudioTrack("dummy_track", nullptr)); in VerifyDtmf()742 EXPECT_TRUE(!peer_connection_factory_); in Init()752 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory( in Init()756 if (!peer_connection_factory_) { in Init()760 peer_connection_factory_->SetOptions(*options); in Init()[all …]