HomeSort by relevance Sort by last modified time
    Searched full:peer_connection_factory_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 83 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory(
86 if (!peer_connection_factory_) {
98 peer_connection_ = peer_connection_factory_->CreatePeerConnection(
267 peer_connection_factory_->CreateLocalMediaStream(label);
275 peer_connection_factory_->CreateAudioSource(&constraints);
277 peer_connection_factory_->CreateAudioTrack(kAudioTrackLabelBase,
288 peer_connection_factory_->CreateVideoSource(
292 peer_connection_factory_->CreateVideoTrack(videotrack_label, source));
peerconnectiontestwrapper.h 110 peer_connection_factory_; member in class:PeerConnectionTestWrapper
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 78 ASSERT(peer_connection_factory_.get() == NULL);
81 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory();
83 if (!peer_connection_factory_.get()) {
113 ASSERT(peer_connection_factory_.get() != NULL);
130 peer_connection_ = peer_connection_factory_->CreatePeerConnection(
140 peer_connection_factory_ = NULL;
398 peer_connection_factory_->CreateAudioTrack(
399 kAudioLabel, peer_connection_factory_->CreateAudioSource(NULL)));
402 peer_connection_factory_->CreateVideoTrack(
404 peer_connection_factory_->CreateVideoSource(OpenVideoCaptureDevice()
    [all...]
conductor.h 120 peer_connection_factory_; member in class:Conductor
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 298 peer_connection_factory_->CreateLocalMediaStream(stream_label);
409 peer_connection_factory_->CreateAudioSource(&constraints);
413 return peer_connection_factory_->CreateAudioTrack(label, source);
426 peer_connection_factory_->CreateVideoSource(fake_capturer,
429 return peer_connection_factory_->CreateVideoTrack(label, source);
511 peer_connection_factory_->CreateAudioTrack("dummy_track", nullptr));
742 EXPECT_TRUE(!peer_connection_factory_);
752 peer_connection_factory_ = webrtc::CreatePeerConnectionFactory(
756 if (!peer_connection_factory_) {
760 peer_connection_factory_->SetOptions(*options)
888 peer_connection_factory_; member in class:PeerConnectionTestClient
    [all...]

Completed in 826 milliseconds