Home
last modified time | relevance | path

Searched refs:GetAsCoreCodecConfig (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.h82 return codec_specific_.GetAsCoreCodecConfig().GetSamplingFrequencyHz(); in GetSamplingFrequencyHz()
166 GetCommonBisCodecSpecData().GetAsCoreCodecConfig().octets_per_codec_frame.value_or(0); in GetBisOctetsPerCodecFrame()
175 return opt_ltvs->GetAsCoreCodecConfig().octets_per_codec_frame.value_or(0) * in GetBisOctetsPerCodecFrame()
176 opt_ltvs->GetAsCoreCodecConfig().codec_frames_blocks_per_sdu.value_or(0); in GetBisOctetsPerCodecFrame()
Dbroadcaster_types.cc274 << ", CodecSpecific=" << config.GetCodecSpecData().GetAsCoreCodecConfig(); in operator <<()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc144 return params.GetAsCoreCodecConfig().GetOctetsPerFrame(); in GetOctetsPerFrame()
153 return params.GetAsCoreCodecConfig().GetSamplingFrequencyHz(); in GetSamplingFrequencyHz()
159 return params.GetAsCoreCodecConfig().GetFrameDurationUs() * in GetDataIntervalUs()
160 params.GetAsCoreCodecConfig().codec_frames_blocks_per_sdu.value_or(1); in GetDataIntervalUs()
219 os << ", codecSpecParams: " << config.params.GetAsCoreCodecConfig(); in operator <<()
546 const struct LeAudioCoreCodecConfig& LeAudioLtvMap::GetAsCoreCodecConfig() const { in GetAsCoreCodecConfig() function in bluetooth::le_audio::types::LeAudioLtvMap
Dle_audio_utils.cc527 auto config = reqs.GetAsCoreCodecConfig(); in IsCodecConfigSupported()
627 const auto& ase_config = ase_confs.at(i).codec.params.GetAsCoreCodecConfig(); in IsAseConfigMatchedWithPreferredRequirements()
628 const auto& req_config = reqs.at(i).params.GetAsCoreCodecConfig(); in IsAseConfigMatchedWithPreferredRequirements()
Dcodec_manager.cc407 adsp_config.codec.params.GetAsCoreCodecConfig(); in UpdateSupportedBroadcastConfig()
531 auto subgroup_config = subgroup.GetCommonBisCodecSpecData().GetAsCoreCodecConfig(); in UpdateBroadcastOffloadConfig()
863 const types::LeAudioCoreCodecConfig adsp_lc3_config = adsp_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
865 target_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
Dle_audio_types_test.cc232 auto config = ltv_map.GetAsCoreCodecConfig(); in TEST()
386 EXPECT_DEATH(ltv_map.GetAsCoreCodecConfig(), ""); in TEST()
Ddevices.cc323 auto config = cfg.codec.params.GetAsCoreCodecConfig(); in ConfigureAses()
334 return (cfg.codec.params.GetAsCoreCodecConfig().audio_channel_allocation.value() & in ConfigureAses()
Ddevices_test.cc483 const LeAudioCoreCodecConfig core_config = setting.params.GetAsCoreCodecConfig(); in Add()
1109 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in TestAsesActive()
2202 auto core_config = ase->codec_config.GetAsCoreCodecConfig(); in TEST_P()
Dle_audio_set_configuration_provider_json.cc350 const auto& core_config = subconfig.codec.params.GetAsCoreCodecConfig(); in processSubconfig()
Dle_audio_types.h789 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const;
Dstate_machine.cc1369 auto core_config = ase->codec_config.GetAsCoreCodecConfig(); in AddCisToStreamConfiguration()
Dle_audio_client_test.cc983 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in SetUpMockGroups()
1116 auto core_config = ase.codec_config.GetAsCoreCodecConfig(); in SetUpMockGroups()
12914 auto cfg = ase.codec_config.GetAsCoreCodecConfig(); in TEST_F()
Dstate_machine_test.cc1859 .codec.params.GetAsCoreCodecConfig() in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc139 auto stack_config = stack_ltvs.GetAsCoreCodecConfig(); in GetAidlCodecSpecificConfigurationFromStack()
441 auto cfg = stack_config.params.GetAsCoreCodecConfig(); in GetCodecConfigSettingFromAidl()
Dle_audio_utils_unittest.cc345 auto stack_codec_params = stack_params.GetAsCoreCodecConfig(); in PrepareReferenceAseDirectionConfigLc3()