Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h47 #define SBC_LOUDNESS 0 macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h116 #define SBC_LOUDNESS 0 /**< The bit allocation method. One possible value for the @a loudness pa… macro
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-private.c117 frame->alloc = SBC_LOUDNESS; in OI_SBC_ReadHeader()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_encoder.c307 pstrEncParams->s16AllocationMethod = SBC_LOUDNESS; in SBC_Encoder_Init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c162 bta_hf_client_co_cb.encoder.s16AllocationMethod = SBC_LOUDNESS; in bta_hf_enc_init()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c246 bta_ag_co_cb.encoder.s16AllocationMethod = SBC_LOUDNESS; in bta_hf_enc_init()
/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()
952 a2dp_source_local_param.btc_aa_src_cb.encoder.s16AllocationMethod = SBC_LOUDNESS; in btc_a2dp_source_bqb_sbc_encoder_set()