Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc.cc52 uint8_t max_bitpool; /* Maximum bitpool */ member
130 (p_ie->min_bitpool > p_ie->max_bitpool) || in A2DP_BuildInfoSbc()
133 (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL) || in A2DP_BuildInfoSbc()
134 (p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL)) { in A2DP_BuildInfoSbc()
149 *p_result = p_ie->max_bitpool; in A2DP_BuildInfoSbc()
188 p_ie->max_bitpool = *p_codec_info++; in A2DP_ParseInfoSbc()
194 if (p_ie->max_bitpool < A2DP_SBC_IE_MIN_BITPOOL || in A2DP_ParseInfoSbc()
195 p_ie->max_bitpool > A2DP_SBC_IE_MAX_BITPOOL || in A2DP_ParseInfoSbc()
196 p_ie->max_bitpool < p_ie->min_bitpool) { in A2DP_ParseInfoSbc()
371 cfg_cie.max_bitpool, p_cap->max_bitpool); in A2DP_CodecInfoMatchesCapabilitySbc()
[all …]
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()
274 max_bitpool); in a2dp_sbc_encoder_update()
335 if (s16BitPool > max_bitpool) { in a2dp_sbc_encoder_update()