Searched refs:max_bitpool (Results 1 – 3 of 3) sorted by relevance
52 uint8_t max_bitpool; /* Maximum bitpool */ member134 (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 …]
197 int max_bitpool; in a2dp_sbc_encoder_update() local211 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()
485 uint8_t max_bitpool; /* 53(44.1khz), 51 (48khz) */ member