Home
last modified time | relevance | path

Searched refs:GetCodecConfig (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_encode.cc168 typename T::Config GetCodecConfig() { in GetCodecConfig() function
176 auto config = GetCodecConfig<AudioEncoderL16>(); in Pcm16bConfig()
200 AudioEncoderOpus::Config config = GetCodecConfig<AudioEncoderOpus>(); in CreateEncoder()
211 AudioEncoderG711::Config config = GetCodecConfig<AudioEncoderG711>(); in CreateEncoder()
221 GetCodecConfig<AudioEncoderG722>(), payload_type); in CreateEncoder()
234 GetCodecConfig<AudioEncoderIlbc>(), payload_type); in CreateEncoder()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_codec_manager.cc80 std::unique_ptr<set_configurations::AudioSetConfiguration> CodecManager::GetCodecConfig( in GetCodecConfig() function in bluetooth::le_audio::CodecManager
86 return pimpl_->GetCodecConfig(requirements, verifier); in GetCodecConfig()
Dcodec_manager_test.cc676 ASSERT_EQ(nullptr, codec_manager->GetCodecConfig(requirements, match_first_config)); in TEST_F()
717 auto cfg = codec_manager->GetCodecConfig(requirements, match_first_config); in TEST_F()
1139 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1189 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1221 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1270 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1322 codec_manager->GetCodecConfig( in TEST_F()
Dmock_codec_manager.h61 GetCodecConfig,
Dcodec_manager.cc375 std::unique_ptr<AudioSetConfiguration> GetCodecConfig( in GetCodecConfig() function
1265 std::unique_ptr<AudioSetConfiguration> CodecManager::GetCodecConfig( in GetCodecConfig() function in bluetooth::le_audio::CodecManager
1269 return pimpl_->codec_manager_impl_->GetCodecConfig(requirements, provider); in GetCodecConfig()
Dcodec_manager.h121 GetCodecConfig(const UnicastConfigurationRequirements& requirements,
Ddevices_test.cc686 ON_CALL(*mock_codec_manager_, GetCodecConfig) in SetUpMockCodecManager()
1282 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TestSingleDevDualBidir()
2067 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_P()
Dstate_machine_test.cc589 ON_CALL(*mock_codec_manager_, GetCodecConfig) in ConfigCodecManagerMock()
1745 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_F()
5102 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
5189 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
5235 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
Ddevice_groups.cc945 auto new_conf = CodecManager::GetInstance()->GetCodecConfig( in UpdateAudioSetConfigurationCache()
Dle_audio_client_test.cc1522 ON_CALL(*mock_codec_manager_, GetCodecConfig) in SetUpMockCodecManager()
12802 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dmock_state_machine.h74 ON_CALL(*this, GetCodecConfig()) in MockBroadcastStateMachine()
118 GetCodecConfig, (), (const override));
Dstate_machine.h159 virtual const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const = 0;
Dstate_machine.cc100 const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const override { in GetCodecConfig() function in __anon1ad8bfbd0111::BroadcastStateMachineImpl
Dbroadcaster.cc476 auto& subgroup_configs = broadcasts_[broadcast_id]->GetCodecConfig(); in UpdateMetadata()