Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c75 if (!(capabilities->allocation_method & (SBC_ALLOCATION_SNR | SBC_ALLOCATION_LOUDNESS))) in can_accept_capabilities()
148 capabilities->allocation_method = SBC_ALLOCATION_SNR | SBC_ALLOCATION_LOUDNESS; in fill_capabilities()
201 case SBC_ALLOCATION_SNR: in set_info_and_sample_spec_from_sbc_config()
349 …if (config->allocation_method != SBC_ALLOCATION_SNR && config->allocation_method != SBC_ALLOCATION… in is_configuration_valid()
512 else if (capabilities->allocation_method & SBC_ALLOCATION_SNR) in fill_preferred_configuration()
513 config->allocation_method = SBC_ALLOCATION_SNR; in fill_preferred_configuration()
Da2dp-codecs.h53 #define SBC_ALLOCATION_SNR (1 << 1) macro
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h54 #define SBC_ALLOCATION_SNR (1 << 1) macro
Dgstavdtputil.c336 if (sbc->allocation_method & SBC_ALLOCATION_SNR) { in gst_avdtp_util_parse_sbc_raw()