Home
last modified time | relevance | path

Searched refs:sbc_config (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DHidlToAidlMiddleware.cpp262 inline SbcConfig_2_0 to_hidl_sbc_config(const SbcConfiguration sbc_config) { in to_hidl_sbc_config() argument
264 hidl_sbc_config.minBitpool = sbc_config.minBitpool; in to_hidl_sbc_config()
265 hidl_sbc_config.maxBitpool = sbc_config.maxBitpool; in to_hidl_sbc_config()
266 hidl_sbc_config.sampleRate = to_hidl_sample_rate_2_0(sbc_config.sampleRateHz); in to_hidl_sbc_config()
268 to_hidl_bits_per_sample(sbc_config.bitsPerSample); in to_hidl_sbc_config()
269 if (sbc_channel_mode_to_hidl_2_0_map.find(sbc_config.channelMode) != in to_hidl_sbc_config()
272 sbc_channel_mode_to_hidl_2_0_map.at(sbc_config.channelMode); in to_hidl_sbc_config()
274 if (sbc_block_length_to_hidl_map.find(sbc_config.blockLength) != in to_hidl_sbc_config()
277 sbc_block_length_to_hidl_map.at(sbc_config.blockLength); in to_hidl_sbc_config()
279 if (sbc_subbands_to_hidl_map.find(sbc_config.numSubbands) != in to_hidl_sbc_config()
[all …]
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp391 SbcConfiguration sbc_config{.sampleRateHz = 0, .bitsPerSample = 0}; in GetSbcCodecSpecificSupportedList() local
393 CodecConfiguration::CodecSpecific(sbc_config)); in GetSbcCodecSpecificSupportedList()