Home
last modified time | relevance | path

Searched refs:CreateAudioTrack (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/pc/
Dpeer_connection_rtp_unittest.cc757 caller->AddTrack(caller->CreateAudioTrack("audio_track1"), in TEST_F()
795 callee->AddTrack(callee->CreateAudioTrack("audio_track"), {}); in TEST_F()
1032 auto audio_track = caller->CreateAudioTrack("audio track"); in TEST_F()
1052 auto audio_track = caller->CreateAudioTrack("audio track"); in TEST_F()
1095 auto audio_track = caller->CreateAudioTrack("a"); in TEST_F()
1137 auto audio_track = caller->CreateAudioTrack("a"); in TEST_F()
1153 auto audio_track = caller->CreateAudioTrack("a"); in TEST_F()
1278 auto audio_track = caller->CreateAudioTrack(kTrackId); in TEST_F()
1289 auto audio_track = caller->CreateAudioTrack("a"); in TEST_F()
1303 auto audio_track = caller->CreateAudioTrack("a"); in TEST_F()
[all …]
Dpeer_connection_factory_proxy.h49 CreateAudioTrack,
Dpeer_connection_wrapper.cc272 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionWrapper::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionWrapper
274 return pc_factory()->CreateAudioTrack(label, nullptr); in CreateAudioTrack()
305 return AddTrack(CreateAudioTrack(track_label), stream_ids); in AddAudioTrack()
Dpeer_connection_factory.h91 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack(
Dpeer_connection_wrapper.h139 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack(
Dpeer_connection_interface_unittest.cc835 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack( in CreateAudioTrack() function in webrtc::__anon2e05935d0111::PeerConnectionInterfaceBaseTest
837 return pc_factory_->CreateAudioTrack(label, nullptr); in CreateAudioTrack()
843 pc_->AddTrack(CreateAudioTrack(track_label), stream_ids);
850 stream->AddTrack(CreateAudioTrack(label + "a0")); in AddAudioStream()
860 stream->AddTrack(CreateAudioTrack(audio_track_label)); in AddAudioVideoStream()
1465 pc_factory_->CreateAudioTrack( in TEST_F()
1532 CreateAudioTrack("audio_track")); in TEST_F()
1589 CreateAudioTrack("audio_track")); in TEST_F()
1641 CreateAudioTrack("audio_track")); in TEST_P()
1669 CreateAudioTrack("audio_track")); in TEST_P()
[all …]
Dpeer_connection_factory.cc285 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionFactory::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionFactory
Dpeer_connection_rampup_tests.cc138 return pc_factory()->CreateAudioTrack(rtc::CreateRandomUuid(), in CreateLocalAudioTrack()
Dpeer_connection_jsep_unittest.cc1366 transceiver->sender()->SetTrack(caller->CreateAudioTrack(kTrackId).get()); in TEST_F()
/external/webrtc/api/test/
Dmock_peer_connection_factory_interface.h69 CreateAudioTrack,
/external/webrtc/sdk/objc/api/peerconnection/
DRTCAudioTrack.mm33 factory.nativeFactory->CreateAudioTrack(nativeId, source.nativeAudioSource.get());
/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc176 alice_pcf->CreateAudioTrack("audio", source.get()); in TEST()
287 alice_pcf->CreateAudioTrack("audio", source.get()); in TEST()
/external/webrtc/test/pc/e2e/media/
Dmedia_helper.cc35 peer->pc_factory()->CreateAudioTrack(*audio_config.stream_label, in MaybeAddAudio()
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.cc333 peer_connection_factory_->CreateAudioTrack(kAudioTrackLabelBase, in GetUserMedia()
Dintegration_test_helpers.h349 return peer_connection_factory_->CreateAudioTrack(rtc::CreateRandomUuid(), in CreateLocalAudioTrack()
/external/webrtc/test/peer_scenario/
Dpeer_scenario_client.cc309 auto track = pc_factory_->CreateAudioTrack(track_id, source.get()); in CreateAudio()
/external/webrtc/examples/peerconnection/client/
Dconductor.cc457 peer_connection_factory_->CreateAudioTrack( in AddTracks()
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.cc428 g_peer_connection_factory->CreateAudioTrack( in AddStreams()
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection_factory.cc391 ->CreateAudioTrack( in JNI_PeerConnectionFactory_CreateAudioTrack()
/external/webrtc/api/
Dpeer_connection_interface.h1560 virtual rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack(