Searched refs:GetAsCoreCodecConfig (Results 1 – 15 of 15) sorted by relevance
82 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()
274 << ", CodecSpecific=" << config.GetCodecSpecData().GetAsCoreCodecConfig(); in operator <<()
144 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
527 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()
407 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()
232 auto config = ltv_map.GetAsCoreCodecConfig(); in TEST()386 EXPECT_DEATH(ltv_map.GetAsCoreCodecConfig(), ""); in TEST()
323 auto config = cfg.codec.params.GetAsCoreCodecConfig(); in ConfigureAses()334 return (cfg.codec.params.GetAsCoreCodecConfig().audio_channel_allocation.value() & in ConfigureAses()
483 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()
350 const auto& core_config = subconfig.codec.params.GetAsCoreCodecConfig(); in processSubconfig()
789 const struct LeAudioCoreCodecConfig& GetAsCoreCodecConfig() const;
1369 auto core_config = ase->codec_config.GetAsCoreCodecConfig(); in AddCisToStreamConfiguration()
983 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()
1859 .codec.params.GetAsCoreCodecConfig() in TEST_F()
139 auto stack_config = stack_ltvs.GetAsCoreCodecConfig(); in GetAidlCodecSpecificConfigurationFromStack()441 auto cfg = stack_config.params.GetAsCoreCodecConfig(); in GetCodecConfigSettingFromAidl()
345 auto stack_codec_params = stack_params.GetAsCoreCodecConfig(); in PrepareReferenceAseDirectionConfigLc3()