Home
last modified time | relevance | path

Searched refs:maxBitpool (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Ddecoder-oina.c41 uint8_t maxBitpool) { in OI_CODEC_SBC_DecoderConfigureRaw() argument
82 context->common.frameInfo.bitpool = maxBitpool; in OI_CODEC_SBC_DecoderConfigureRaw()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc82 sbc_config.maxBitpool < sbc_config.minBitpool || in sbc_offloading_capability_match()
83 sbc_capability.maxBitpool < sbc_config.maxBitpool)) { in sbc_offloading_capability_match()
301 sbc_config.maxBitpool = a2dp_offload.codec_info[2]; in A2dpSbcToHalConfig()
Dclient_interface_hidl_unittest.cc286 sbc_config.minBitpool <= sbc_config.maxBitpool && in IsCodecOffloadingSupported()
287 sbc_config.maxBitpool <= sbc_capability.maxBitpool)); in IsCodecOffloadingSupported()
461 .maxBitpool = 53}; in SbcCodecConfigurationsGenerator()
Da2dp_encoding_hidl.cc301 codec_config->config.sbcConfig().maxBitpool <= in a2dp_get_selected_hal_codec_config()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc89 sbc_config.maxBitpool < sbc_config.minBitpool || in sbc_offloading_capability_match()
90 sbc_capability.maxBitpool < sbc_config.maxBitpool)) { in sbc_offloading_capability_match()
303 sbc_config.maxBitpool = a2dp_offload.codec_info[2]; in A2dpSbcToHalConfig()
Da2dp_encoding_aidl.cc357 .maxBitpool <= A2DP_SBC_BITPOOL_MIDDLE_QUALITY) { in a2dp_get_selected_hal_codec_config()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc.h337 uint8_t maxBitpool);
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp252 sbc.maxBitpool = mFdp->ConsumeIntegral<uint8_t>(); in SbcCodecConfigurationsGenerator()