Searched refs:max_bitpool (Results 1 – 2 of 2) sorted by relevance
52 uint8_t max_bitpool; /* Maximum bitpool */ member135 (p_ie->min_bitpool > p_ie->max_bitpool) || in A2DP_BuildInfoSbc()138 (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL) || in A2DP_BuildInfoSbc()139 (p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL)) { in A2DP_BuildInfoSbc()154 *p_result = p_ie->max_bitpool; in A2DP_BuildInfoSbc()193 p_ie->max_bitpool = *p_codec_info++; in A2DP_ParseInfoSbc()199 if (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL || in A2DP_ParseInfoSbc()200 p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL || in A2DP_ParseInfoSbc()201 p_ie->max_bitpool < p_ie->min_bitpool) { in A2DP_ParseInfoSbc()376 cfg_cie.max_bitpool, p_cap->max_bitpool); in A2DP_CodecInfoMatchesCapabilitySbc()[all …]
167 int max_bitpool; in a2dp_sbc_encoder_update() local179 max_bitpool = A2DP_GetMaxBitpoolSbc(p_codec_info); in a2dp_sbc_encoder_update()238 max_bitpool); in a2dp_sbc_encoder_update()298 if (s16BitPool > max_bitpool) { in a2dp_sbc_encoder_update()