Home
last modified time | relevance | path

Searched refs:ALLOC_SNR (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/virtual_oss/bt/
H A Davdtp.c216 (1 << (3 - BANDS_8)) | (1 << ALLOC_LOUDNESS) | (1 << ALLOC_SNR); in avdtpSendCapabilitiesResponseSBCForACP()
488 if (cfg->allocm == ALLOC_SNR) in avdtpAutoConfig()
583 } else if (data[1] & (1 << ALLOC_SNR)) { in avdtpParseSBCConfig()
584 cfg->allocm = ALLOC_SNR; in avdtpParseSBCConfig()
H A Dbt.h47 #define ALLOC_SNR 1 macro
H A Dsbc_encode.c164 if (cfg->allocm == ALLOC_SNR) { in calc_bitneed()