Home
last modified time | relevance | path

Searched refs:max_bitpool (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/a2dp/
H A Da2dp_sbc.cc52 uint8_t max_bitpool; /* Maximum bitpool */ member
134 (p_ie->min_bitpool > p_ie->max_bitpool) || in A2DP_BuildInfoSbc()
153 *p_result = p_ie->max_bitpool; in A2DP_BuildInfoSbc()
192 p_ie->max_bitpool = *p_codec_info++; in A2DP_ParseInfoSbc()
200 p_ie->max_bitpool < p_ie->min_bitpool) { in A2DP_ParseInfoSbc()
375 cfg_cie.max_bitpool, p_cap->max_bitpool); in A2DP_CodecInfoMatchesCapabilitySbc()
457 (sbc_cie_a.max_bitpool == sbc_cie_b.max_bitpool); in A2DP_CodecEqualsSbc()
659 return sbc_cie.max_bitpool; in A2DP_GetMaxBitpoolSbc()
1413 result_config_cie.max_bitpool = p_a2dp_sbc_caps->max_bitpool; in setCodecConfig()
1414 if (result_config_cie.max_bitpool > peer_info_cie.max_bitpool) in setCodecConfig()
[all …]
H A Da2dp_sbc_encoder.cc197 int max_bitpool; in a2dp_sbc_encoder_update() local
211 max_bitpool = A2DP_GetMaxBitpoolSbc(p_codec_info); in a2dp_sbc_encoder_update()
273 a2dp_sbc_encoder_cb.TxAaMtuSize, peer_mtu, min_bitpool, max_bitpool); in a2dp_sbc_encoder_update()
333 if (s16BitPool > max_bitpool) { in a2dp_sbc_encoder_update()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Da2dp.c485 uint8_t max_bitpool; /* 53(44.1khz), 51 (48khz) */ member