Home
last modified time | relevance | path

Searched refs:SetCodecPreferences (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/pc/
Dpeer_connection_media_unittest.cc1295 auto result = transceiver->SetCodecPreferences(codecs); in TEST_F()
1318 auto result = transceiver->SetCodecPreferences(codecs); in TEST_F()
1336 auto result = transceiver->SetCodecPreferences(codecs); in TEST_F()
1371 auto result = transceiver->SetCodecPreferences(codecs_only_rtx_red_fec); in TEST_F()
1386 EXPECT_TRUE(audio_transceiver->SetCodecPreferences(sender_audio_codecs).ok()); in TEST_F()
1409 EXPECT_TRUE(audio_transceiver->SetCodecPreferences(empty_codecs).ok()); in TEST_F()
1433 auto result = transceiver->SetCodecPreferences(codecs); in TEST_F()
1468 auto result = transceiver->SetCodecPreferences(codecs_only_rtx_red_fec); in TEST_F()
1483 EXPECT_TRUE(video_transceiver->SetCodecPreferences(sender_video_codecs).ok()); in TEST_F()
1507 EXPECT_TRUE(video_transceiver->SetCodecPreferences(empty_codecs).ok()); in TEST_F()
[all …]
Drtp_transceiver.h191 RTCError SetCodecPreferences(
242 SetCodecPreferences,
Drtp_transceiver.cc316 RTCError RtpTransceiver::SetCodecPreferences( in SetCodecPreferences() function in webrtc::RtpTransceiver
/external/webrtc/api/
Drtp_transceiver_interface.cc28 RTCError RtpTransceiverInterface::SetCodecPreferences( in SetCodecPreferences() function in webrtc::RtpTransceiverInterface
Drtp_transceiver_interface.h125 virtual RTCError SetCodecPreferences(
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc537 transceiver->SetCodecPreferences(without_rtx_video_capabilities); in SetPeerCodecPreferences()
541 transceiver->SetCodecPreferences(with_rtx_video_capabilities); in SetPeerCodecPreferences()