Home
last modified time | relevance | path

Searched refs:GetOctectsPerFrame (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc118 uint16_t CodecConfigSetting::GetOctectsPerFrame() const { in GetOctectsPerFrame() function in bluetooth::le_audio::set_configurations::CodecConfigSetting
121 return params.GetAsCoreCodecConfig().GetOctectsPerFrame(); in GetOctectsPerFrame()
Dle_audio_utils.cc343 out_config.octets_per_frame = config.GetOctectsPerFrame(); in fillStreamParamsToBtLeAudioCodecConfig()
Dle_audio_types.h585 uint16_t GetOctectsPerFrame() const { in GetOctectsPerFrame() function
1239 uint16_t GetOctectsPerFrame() const;
Dcodec_manager.cc554 offload_cfg.octets_per_frame = subgroup_config.GetOctectsPerFrame(); in UpdateBroadcastOffloadConfig()