Searched refs:MIN_BITPOOL (Results 1 – 2 of 2) sorted by relevance
55 sbc_caps->min_bitpool = MIN_BITPOOL; in cras_a2dp_get_capabilities()126 sbc_config->min_bitpool = (sbc_caps->min_bitpool > MIN_BITPOOL in cras_a2dp_select_configuration()127 ? sbc_caps->min_bitpool : MIN_BITPOOL); in cras_a2dp_select_configuration()
53 #define MIN_BITPOOL 2 macro