Home
last modified time | relevance | path

Searched refs:SBC_SAMPLING_FREQ_16000 (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c69 …if (!(capabilities->frequency & (SBC_SAMPLING_FREQ_16000 | SBC_SAMPLING_FREQ_32000 | SBC_SAMPLING_… in can_accept_capabilities()
146 …capabilities->frequency = SBC_SAMPLING_FREQ_16000 | SBC_SAMPLING_FREQ_32000 | SBC_SAMPLING_FREQ_44… in fill_capabilities()
159 case SBC_SAMPLING_FREQ_16000: in set_info_and_sample_spec_from_sbc_config()
337 …if (config->frequency != SBC_SAMPLING_FREQ_16000 && config->frequency != SBC_SAMPLING_FREQ_32000 && in is_configuration_valid()
376 case SBC_SAMPLING_FREQ_16000: in default_bitpool()
424 { 16000U, SBC_SAMPLING_FREQ_16000 }, in fill_preferred_configuration()
539 { 16000U, SBC_SAMPLING_FREQ_16000 }, in fill_preferred_configuration_xq()
Da2dp-codecs.h35 #define SBC_SAMPLING_FREQ_16000 (1 << 3) macro
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h36 #define SBC_SAMPLING_FREQ_16000 (1 << 3) macro
Dgstavdtputil.c362 if (sbc->frequency & SBC_SAMPLING_FREQ_16000) { in gst_avdtp_util_parse_sbc_raw()