Home
last modified time | relevance | path

Searched refs:SBC_ALLOCATION_SNR (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A 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_LOUDNESS) { 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()
H A Da2dp-codecs.h53 #define SBC_ALLOCATION_SNR (1 << 1) macro

Completed in 4 milliseconds