/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | rtp_encode.cc | 168 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/ |
D | mock_codec_manager.cc | 80 std::unique_ptr<set_configurations::AudioSetConfiguration> CodecManager::GetCodecConfig( in GetCodecConfig() function in bluetooth::le_audio::CodecManager 86 return pimpl_->GetCodecConfig(requirements, verifier); in GetCodecConfig()
|
D | codec_manager_test.cc | 676 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()
|
D | mock_codec_manager.h | 61 GetCodecConfig,
|
D | codec_manager.cc | 375 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()
|
D | codec_manager.h | 121 GetCodecConfig(const UnicastConfigurationRequirements& requirements,
|
D | devices_test.cc | 686 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()
|
D | state_machine_test.cc | 589 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()
|
D | device_groups.cc | 945 auto new_conf = CodecManager::GetInstance()->GetCodecConfig( in UpdateAudioSetConfigurationCache()
|
D | le_audio_client_test.cc | 1522 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/ |
D | mock_state_machine.h | 74 ON_CALL(*this, GetCodecConfig()) in MockBroadcastStateMachine() 118 GetCodecConfig, (), (const override));
|
D | state_machine.h | 159 virtual const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const = 0;
|
D | state_machine.cc | 100 const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const override { in GetCodecConfig() function in __anon1ad8bfbd0111::BroadcastStateMachineImpl
|
D | broadcaster.cc | 476 auto& subgroup_configs = broadcasts_[broadcast_id]->GetCodecConfig(); in UpdateMetadata()
|