Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c62 …AMPLING_FREQ_16000 | SBC_SAMPLING_FREQ_32000 | SBC_SAMPLING_FREQ_44100 | SBC_SAMPLING_FREQ_48000))) in can_accept_capabilities()
102 SBC_SAMPLING_FREQ_48000; in fill_capabilities()
121 … config->frequency != SBC_SAMPLING_FREQ_44100 && config->frequency != SBC_SAMPLING_FREQ_48000) { in is_configuration_valid()
182 case SBC_SAMPLING_FREQ_48000: in default_bitpool()
210 { 48000U, SBC_SAMPLING_FREQ_48000 } in fill_preferred_configuration()
358 case SBC_SAMPLING_FREQ_48000: in init()
Da2dp-codecs.h38 #define SBC_SAMPLING_FREQ_48000 1 macro
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h39 #define SBC_SAMPLING_FREQ_48000 1 macro
Dgstavdtputil.c350 if (sbc->frequency & SBC_SAMPLING_FREQ_48000) { in gst_avdtp_util_parse_sbc_raw()