Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/include/
Dsbc_encoder.h47 #define SBC_LOUDNESS 0 macro
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h112 #define SBC_LOUDNESS 0 /**< The bit allocation method. One possible value for the @a loudness pa… macro
/system/bt/btif/src/
Dbtif_media_task.c651 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btif_a2dp_encoder_init()