Searched refs:SBC_SAMPLING_FREQ_32000 (Results 1 – 4 of 4) sorted by relevance
44 SBC_SAMPLING_FREQ_32000 | in cras_a2dp_get_capabilities()82 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_32000) { in cras_a2dp_select_configuration()83 sbc_config->frequency = SBC_SAMPLING_FREQ_32000; in cras_a2dp_select_configuration()
24 else if (sbc->frequency & SBC_SAMPLING_FREQ_32000) in init_a2dp()
85 else if (a2dp.frequency & SBC_SAMPLING_FREQ_32000) in update_supported_formats()
32 #define SBC_SAMPLING_FREQ_32000 (1 << 2) macro