Home
last modified time | relevance | path

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

/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 <<()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc63 return params.GetAsCoreCodecConfig().GetOctetsPerFrame(); in GetOctetsPerFrame()
72 return params.GetAsCoreCodecConfig().GetSamplingFrequencyHz(); in GetSamplingFrequencyHz()
78 return params.GetAsCoreCodecConfig().GetFrameDurationUs() * in GetDataIntervalUs()
79 params.GetAsCoreCodecConfig().codec_frames_blocks_per_sdu.value_or(1); in GetDataIntervalUs()
138 os << ", codecSpecParams: " << config.params.GetAsCoreCodecConfig(); in operator <<()
462 const struct LeAudioCoreCodecConfig& LeAudioLtvMap::GetAsCoreCodecConfig() const { in GetAsCoreCodecConfig() function in bluetooth::le_audio::types::LeAudioLtvMap
Dle_audio_utils.cc518 auto config = reqs.GetAsCoreCodecConfig(); in IsCodecConfigSupported()
619 const auto& ase_config = ase_confs.at(i).codec.params.GetAsCoreCodecConfig(); in IsAseConfigMatchedWithPreferredRequirements()
620 const auto& req_config = reqs.at(i).params.GetAsCoreCodecConfig(); in IsAseConfigMatchedWithPreferredRequirements()
Dcodec_manager.cc423 adsp_config.codec.params.GetAsCoreCodecConfig(); in UpdateSupportedBroadcastConfig()
547 auto subgroup_config = subgroup.GetCommonBisCodecSpecData().GetAsCoreCodecConfig(); in UpdateBroadcastOffloadConfig()
936 const types::LeAudioCoreCodecConfig adsp_lc3_config = adsp_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
938 target_config.params.GetAsCoreCodecConfig(); in IsLc3ConfigMatched()
Dle_audio_types.h807 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const;
1157 return params.GetAsCoreCodecConfig().GetAudioChannelAllocation(); in GetAudioChannelAllocation()
1160 return params.GetAsCoreCodecConfig().GetCodecFrameBlocksPerSdu(); in GetCodecFrameBlocksPerSdu()
Dle_audio_types_test.cc232 auto config = ltv_map.GetAsCoreCodecConfig(); in TEST()
386 EXPECT_DEATH(ltv_map.GetAsCoreCodecConfig(), ""); in TEST()
Ddevices.cc346 auto config = cfg.codec.params.GetAsCoreCodecConfig(); in ConfigureAses()
357 return (cfg.codec.params.GetAsCoreCodecConfig().audio_channel_allocation.value() & in ConfigureAses()
Dle_audio_set_configuration_provider_json.cc350 const auto& core_config = subconfig.codec.params.GetAsCoreCodecConfig(); in processSubconfig()
Ddevices_test.cc480 const LeAudioCoreCodecConfig core_config = setting.params.GetAsCoreCodecConfig(); in Add()
1127 auto core_config = ase.codec_config.params.GetAsCoreCodecConfig(); in TestAsesActive()
2193 auto core_config = ase->codec_config.params.GetAsCoreCodecConfig(); in TEST_P()
Dstate_machine.cc1463 auto core_config = ase->codec_config.params.GetAsCoreCodecConfig(); in AddCisToStreamConfiguration()
Dle_audio_client_test.cc973 auto core_config = ase.codec_config.params.GetAsCoreCodecConfig(); in SetUpMockGroups()
1129 auto core_config = ase.codec_config.params.GetAsCoreCodecConfig(); in SetUpMockGroups()
13254 auto cfg = ase.codec_config.params.GetAsCoreCodecConfig(); in TEST_F()
Dstate_machine_test.cc1918 .codec.params.GetAsCoreCodecConfig() in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc148 auto stack_config = stack_ltvs.GetAsCoreCodecConfig(); in GetAidlCodecSpecificConfigurationFromStack()
466 auto cfg = stack_config.params.GetAsCoreCodecConfig(); in GetCodecConfigSettingFromAidl()
Dle_audio_utils_unittest.cc382 auto stack_codec_params = stack_params.GetAsCoreCodecConfig(); in PrepareReferenceAseDirectionConfigLc3()
450 auto stack_codec_params = stack_params.GetAsCoreCodecConfig(); in PrepareReferenceAseDirectionConfigVendor1()