Searched refs:SBC_SAMPLING_FREQ_48000 (Results 1 – 5 of 5) sorted by relevance
33 #define SBC_SAMPLING_FREQ_48000 1 macro
510 sbc_cap.frequency = ( SBC_SAMPLING_FREQ_48000 | in sbc_getcap_ind()1757 case SBC_SAMPLING_FREQ_48000: in default_bitpool()1787 else if (supported->frequency & SBC_SAMPLING_FREQ_48000) in select_sbc_params()1788 cap->frequency = SBC_SAMPLING_FREQ_48000; in select_sbc_params()
511 sbc->frequency & SBC_SAMPLING_FREQ_48000 ? "48Khz " : "", in print_sbc()
83 #define SBC_SAMPLING_FREQ_48000 (1 << 0) macro364 if (sbc->frequency & SBC_SAMPLING_FREQ_48000) in print_sbc()