Home
last modified time | relevance | path

Searched refs:s16BitPool (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c762 …("btc_a2dp_source_enc_init bit pool %d", a2dp_source_local_param.btc_aa_src_cb.encoder.s16BitPool); in btc_a2dp_source_enc_init()
781 SINT16 s16BitPool = 0; in btc_a2dp_source_enc_update() local
821 s16BitPool = (SINT16)( (pstrEncParams->u16BitRate * in btc_a2dp_source_enc_update()
833 + (pstrEncParams->s16NumOfBlocks * s16BitPool) ) / 8; in btc_a2dp_source_enc_update()
840 s16BitPool--; in btc_a2dp_source_enc_update()
844 s16BitPool = (s16BitPool > 255) ? 255 : s16BitPool; in btc_a2dp_source_enc_update()
846 s16BitPool = (s16BitPool > 128) ? 128 : s16BitPool; in btc_a2dp_source_enc_update()
849 s16BitPool = (SINT16)( ((pstrEncParams->s16NumOfSubBands * in btc_a2dp_source_enc_update()
856 pstrEncParams->s16BitPool = (s16BitPool > in btc_a2dp_source_enc_update()
858 ? (16 * pstrEncParams->s16NumOfSubBands) : s16BitPool; in btc_a2dp_source_enc_update()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_encoder.c252 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()
254 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()
264 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()
269 if (pstrEncParams->s16BitPool < 0) { in SBC_Encoder_Init()
270 pstrEncParams->s16BitPool = 0; in SBC_Encoder_Init()
298 pstrEncParams->s16BitPool = 26; in SBC_Encoder_Init()
328 pstrEncParams->u16BitRate, pstrEncParams->s16BitPool); in SBC_Encoder_Init()
Dsbc_enc_bit_alloc_ste.c60 SINT32 s32BitPool = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_ste()
Dsbc_enc_bit_alloc_mono.c116 s32BitCount = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_mono()
Dsbc_packing.c91 *pu8PacketPtr = (UINT8)(pstrEncParams->s16BitPool & 0x00FF); in EncPacking()
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/encoder/include/
Dsbc_encoder.h167 SINT16 s16BitPool; /* 16*numOfSb for mono & dual; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c171 bta_hf_client_co_cb.encoder.s16BitPool = 26; in bta_hf_enc_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c247 bta_ag_co_cb.encoder.s16BitPool = 26; in bta_hf_enc_init()