Searched refs:SBC_SAMPLING_FREQ_16000 (Results 1 – 5 of 5) sorted by relevance
30 #define SBC_SAMPLING_FREQ_16000 (1 << 3) macro
513 SBC_SAMPLING_FREQ_16000 ); in sbc_getcap_ind()1742 case SBC_SAMPLING_FREQ_16000: in default_bitpool()1791 else if (supported->frequency & SBC_SAMPLING_FREQ_16000) in select_sbc_params()1792 cap->frequency = SBC_SAMPLING_FREQ_16000; in select_sbc_params()
508 sbc->frequency & SBC_SAMPLING_FREQ_16000 ? "16Khz " : "", in print_sbc()
80 #define SBC_SAMPLING_FREQ_16000 (1 << 3) macro358 if (sbc->frequency & SBC_SAMPLING_FREQ_16000) in print_sbc()