/aosp_15_r20/external/webrtc/modules/audio_coding/test/ |
H A D | TwoWayCommunication.cc | 64 _acmA->SetReceiveCodecs({{payload_type2, format2}}); in SetUpAutotest() 69 _acmRefA->SetReceiveCodecs({{payload_type2, format2}}); in SetUpAutotest() 74 _acmB->SetReceiveCodecs({{payload_type1, format1}}); in SetUpAutotest() 79 _acmRefB->SetReceiveCodecs({{payload_type1, format1}}); in SetUpAutotest() 186 _acmA->SetReceiveCodecs({{payload_type2, format2}}); in Perform()
|
H A D | TestStereo.cc | 140 acm_b_->SetReceiveCodecs({{103, {"ISAC", 16000, 1}}, in Perform() 392 acm_b_->SetReceiveCodecs({{120, {"OPUS", 48000, 2}}}); in Perform() 411 acm_b_->SetReceiveCodecs({{120, {"OPUS", 48000, 2, {{"stereo", "1"}}}}}); in Perform() 417 acm_b_->SetReceiveCodecs({{120, {"OPUS", 48000, 2}}}); in Perform()
|
H A D | EncodeDecodeTest.cc | 113 acm->SetReceiveCodecs({{107, {"L16", 8000, 1}}, in Setup() 126 acm->SetReceiveCodecs({{111, {"L16", 8000, 2}}, in Setup()
|
H A D | opus_test.cc | 92 acm_receiver_->SetReceiveCodecs({{kOpusPayloadType, kOpusFormatStereo}}); in Perform() 157 acm_receiver_->SetReceiveCodecs({{kOpusPayloadType, kOpusFormatMono}}); in Perform()
|
H A D | TestRedFec.cc | 168 other_acm->SetReceiveCodecs(receive_codecs); in RegisterSendCodec()
|
H A D | TestVADDTX.cc | 107 acm_receive_->SetReceiveCodecs(receive_codecs); in RegisterCodec()
|
H A D | TestAllCodecs.cc | 133 acm_b_->SetReceiveCodecs({{107, {"L16", 8000, 1}}, in Perform()
|
/aosp_15_r20/external/webrtc/audio/voip/test/ |
H A D | voip_core_unittest.cc | 73 voip_core_->SetReceiveCodecs(channel, {{kPcmuPayload, kPcmuFormat}}), in TEST_F() 109 voip_core_->SetReceiveCodecs(channel, {{kPcmuPayload, kPcmuFormat}}), in TEST_F() 180 voip_core_->SetReceiveCodecs(channel, {{kPcmuPayload, kPcmuFormat}}), in TEST_F()
|
H A D | audio_ingress_unittest.cc | 66 ingress_->SetReceiveCodecs({{kPcmuPayload, kPcmuFormat}}); in SetUp()
|
/aosp_15_r20/external/webrtc/audio/voip/ |
H A D | audio_channel.h | 81 void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs) { in SetReceiveCodecs() function 82 ingress_->SetReceiveCodecs(codecs); in SetReceiveCodecs()
|
H A D | voip_core.cc | 390 VoipResult VoipCore::SetReceiveCodecs( in SetReceiveCodecs() function in webrtc::VoipCore 399 channel->SetReceiveCodecs(decoder_specs); in SetReceiveCodecs()
|
H A D | audio_ingress.h | 67 void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs);
|
H A D | voip_core.h | 92 VoipResult SetReceiveCodecs(
|
H A D | audio_ingress.cc | 128 void AudioIngress::SetReceiveCodecs( in SetReceiveCodecs() function in webrtc::AudioIngress
|
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/ |
H A D | acm_receive_test.cc | 55 acm_->SetReceiveCodecs({{103, {"ISAC", 16000, 1}}, in RegisterDefaultCodecs() 79 acm_->SetReceiveCodecs({{103, {"ISAC", 16000, 1}}, in RegisterNetEqTestCodecs()
|
H A D | audio_coding_module.cc | 75 void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs) override; 553 void AudioCodingModuleImpl::SetReceiveCodecs( in SetReceiveCodecs() function in webrtc::__anon885b20090111::AudioCodingModuleImpl
|
H A D | audio_coding_module_unittest.cc | 203 acm_->SetReceiveCodecs({{kPayloadType, *audio_format_}}); in RegisterCodec() 313 acm_->SetReceiveCodecs({{kPayloadType, *audio_format_}, in RegisterCngCodec()
|
/aosp_15_r20/external/webrtc/api/voip/ |
H A D | voip_codec.h | 46 virtual VoipResult SetReceiveCodecs(
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | audio_receive_stream_unittest.cc | 130 EXPECT_CALL(*channel_receive_, SetReceiveCodecs(_)) in ConfigHelper() 402 EXPECT_CALL(channel_receive, SetReceiveCodecs(new_config.decoder_map)); in TEST()
|
H A D | audio_receive_stream.cc | 140 channel_receive_->SetReceiveCodecs(config.decoder_map); in AudioReceiveStreamImpl() 238 channel_receive_->SetReceiveCodecs(config_.decoder_map); in SetDecoderMap()
|
H A D | channel_receive.h | 94 virtual void SetReceiveCodecs(
|
H A D | mock_voe_channel_proxy.h | 93 SetReceiveCodecs,
|
H A D | channel_receive.cc | 108 void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs) override; 632 void ChannelReceive::SetReceiveCodecs( in SetReceiveCodecs() function in webrtc::voe::__anon339e62ad0111::ChannelReceive
|
/aosp_15_r20/external/webrtc/modules/audio_coding/include/ |
H A D | audio_coding_module.h | 175 virtual void SetReceiveCodecs(
|
/aosp_15_r20/external/webrtc/api/voip/test/ |
H A D | mock_voip_engine.h | 49 SetReceiveCodecs,
|