Searched refs:SBC_SAMPLING_FREQ_44100 (Results 1 – 4 of 4) sorted by relevance
45 SBC_SAMPLING_FREQ_44100 | SBC_SAMPLING_FREQ_48000; in cras_a2dp_get_capabilities()80 } else if (sbc_caps->frequency & SBC_SAMPLING_FREQ_44100) { in cras_a2dp_select_configuration()81 sbc_config->frequency = SBC_SAMPLING_FREQ_44100; in cras_a2dp_select_configuration()
22 else if (sbc->frequency & SBC_SAMPLING_FREQ_44100) in init_a2dp()
83 else if (a2dp.frequency & SBC_SAMPLING_FREQ_44100) in update_supported_formats()
33 #define SBC_SAMPLING_FREQ_44100 (1 << 1) macro