Searched refs:s16NumOfBlocks (Results 1 – 5 of 5) sorted by relevance
127 SINT32 s32NumOfBlocks = pstrEncParams->s16NumOfBlocks; in SBC_Encoder()330 / pstrEncParams->s16NumOfBlocks) ); in SBC_Encoder_Init()336 + (pstrEncParams->s16NumOfBlocks * s16Bitpool) ) / 8; in SBC_Encoder_Init()340 pstrEncParams->s16NumOfBlocks * 1000); in SBC_Encoder_Init()357 / pstrEncParams->s16NumOfBlocks ) ); in SBC_Encoder_Init()370 HeaderParams |= (((pstrEncParams->s16NumOfBlocks -4) & 12) << 2); in SBC_Encoder_Init()
141 s32NumOfBlocks= pstrEncParams->s16NumOfBlocks; in EncPacking()
934 s32NumOfBlocks = pstrEncParams->s16NumOfBlocks; in SbcAnalysisFilter4()1026 s32NumOfBlocks = pstrEncParams->s16NumOfBlocks; in SbcAnalysisFilter8()
1609 btif_media_cb.encoder.s16NumOfBlocks = pInitAudio->NumOfBlocks; in btif_media_task_enc_init()1625 btif_media_cb.encoder.s16NumOfBlocks, in btif_media_task_enc_init()1679 if (pstrEncParams->s16NumOfBlocks == 0 || pstrEncParams->s16NumOfSubBands == 0 in btif_media_task_enc_update()1684 pstrEncParams->s16NumOfBlocks, pstrEncParams->s16NumOfSubBands, in btif_media_task_enc_update()1698 / pstrEncParams->s16NumOfBlocks) ); in btif_media_task_enc_update()1704 + (pstrEncParams->s16NumOfBlocks * s16BitPool) ) / 8; in btif_media_task_enc_update()1708 pstrEncParams->s16NumOfBlocks * 1000); in btif_media_task_enc_update()1725 / pstrEncParams->s16NumOfBlocks ) ); in btif_media_task_enc_update()1852 btif_media_cb.encoder.s16NumOfSubBands, btif_media_cb.encoder.s16NumOfBlocks, in btif_media_task_pcm2sbc_init()2236 btif_media_cb.encoder.s16NumOfBlocks * in btif_get_num_aa_frame()[all …]
160 SINT16 s16NumOfBlocks; /* 4, 8, 12 or 16*/ member