Home | History | Annotate | Download | only in a2dp

Lines Matching refs:min_bitpool

199   int min_bitpool;
213 min_bitpool = A2DP_GetMinBitpoolSbc(p_codec_info);
274 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d min_bitpool=%d max_bitpool=%d",
275 __func__, a2dp_sbc_encoder_cb.TxAaMtuSize, peer_mtu, min_bitpool,
344 } else if (s16BitPool < min_bitpool) {