Home
last modified time | relevance | path

Searched refs:SBC_SNR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-oina.c76 if (alloc > SBC_SNR) { in OI_CODEC_SBC_DecoderConfigureRaw()
Dbitalloc.c155 if (common->frameInfo.alloc == SBC_SNR) { in computeBitneed()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h48 #define SBC_SNR 1 macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_enc_bit_alloc_ste.c63 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) { in sbc_enc_bit_alloc_ste()
Dsbc_enc_bit_alloc_mono.c72 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) { in sbc_enc_bit_alloc_mono()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h117 #define SBC_SNR 1 /**< The bit allocation method. One possible value for the @a loudness pa… macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c687 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btc_a2dp_source_encoder_init()