Searched refs:SBC_SAMPLING_FREQ_16000 (Results 1 – 4 of 4) sorted by relevance
43 sbc_caps->frequency = SBC_SAMPLING_FREQ_16000 | in cras_a2dp_get_capabilities()84 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_16000) { in cras_a2dp_select_configuration()85 sbc_config->frequency = SBC_SAMPLING_FREQ_16000; in cras_a2dp_select_configuration()
26 else if (sbc->frequency & SBC_SAMPLING_FREQ_16000) in init_a2dp()
87 else if (a2dp.frequency & SBC_SAMPLING_FREQ_16000) in update_supported_formats()
31 #define SBC_SAMPLING_FREQ_16000 (1 << 3) macro