Searched refs:s16BitPool (Results 1 – 8 of 8) sorted by relevance
762 …("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() local821 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 …]
252 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()
60 SINT32 s32BitPool = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_ste()
116 s32BitCount = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_mono()
91 *pu8PacketPtr = (UINT8)(pstrEncParams->s16BitPool & 0x00FF); in EncPacking()
167 SINT16 s16BitPool; /* 16*numOfSb for mono & dual; member
171 bta_hf_client_co_cb.encoder.s16BitPool = 26; in bta_hf_enc_init()
247 bta_ag_co_cb.encoder.s16BitPool = 26; in bta_hf_enc_init()