Searched refs:s16BitPool (Results 1 – 7 of 7) sorted by relevance
240 s16Bitpool = pstrEncParams->s16BitPool; in SBC_Encoder_Init()256 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()258 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()270 s16Bitpool = pstrEncParams->s16BitPool; in SBC_Encoder_Init()272 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()278 if (pstrEncParams->s16BitPool < 0) in SBC_Encoder_Init()279 pstrEncParams->s16BitPool = 0; in SBC_Encoder_Init()
57 SINT32 s32BitPool = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_ste()
119 s32BitCount = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_mono()
98 *pu8PacketPtr = (UINT8)(pstrEncParams->s16BitPool & 0x00FF); in EncPacking()
96 bd_encoder_state.context.s16BitPool = bitpool; in btstack_sbc_encoder_init()115 bd_encoder_state.context.s16BitPool = 26; in btstack_sbc_encoder_init()
66 instance->params.s16BitPool = bitpool; in btstack_sbc_encoder_bluedroid_configure()85 instance->params.s16BitPool = 26; in btstack_sbc_encoder_bluedroid_configure()
167 SINT16 s16BitPool; /* 16*numOfSb for mono & dual; member