Searched refs:GetBitsPerSample (Results 1 – 6 of 6) sorted by relevance
472 conf.codec.GetBitsPerSample() != group_config.bits_per_sample) { in GetAudioSessionCodecConfigFromAudioSetConfiguration()479 group_config.bits_per_sample = conf.codec.GetBitsPerSample(); in GetAudioSessionCodecConfigFromAudioSetConfiguration()
143 uint8_t CodecConfigSetting::GetBitsPerSample() const { in GetBitsPerSample() function in bluetooth::le_audio::set_configurations::CodecConfigSetting197 os << ", bitsPerSample: " << (int)config.GetBitsPerSample(); in operator <<()
1245 uint8_t GetBitsPerSample() const;
274 uint8_t GetBitsPerSample() const { return bits_per_sample_; } in GetBitsPerSample() function
270 os << ", BitsPerSample=" << +config.GetBitsPerSample() << "}"; in operator <<()
1207 const auto bytes_per_sample = (subgroup_config.GetBitsPerSample() / 8); in OnAudioDataReady()