Searched refs:SBC_ALLOCATION_SNR (Results 1 – 4 of 4) sorted by relevance
75 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()
53 #define SBC_ALLOCATION_SNR (1 << 1) macro
54 #define SBC_ALLOCATION_SNR (1 << 1) macro
336 if (sbc->allocation_method & SBC_ALLOCATION_SNR) { in gst_avdtp_util_parse_sbc_raw()