Searched defs:frameLen (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Dblock.cpp685 const SHORT frameLen,
696 tl = frameLen;
702 fl = frameLen;
703 fr = frameLen - getWindow2Nr(frameLen, GetWindowShape(&pAacDecoderChannelInfo->icsInfo));
706 fl = frameLen >> 3;
707 fr = frameLen;
710 fl = frameLen;
711 fr = frameLen >> 3;
714 fl = fr = frameLen >>
682 CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, INT_PCM outSamples[], const SHORT frameLen, const int stride, const int frameOk, FIXP_DBL *pWorkBuffer1 ) argument
751 CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, INT_PCM outSamples[], const short frameLen, const char stride ) argument
763 frameLen local
[all...]
/external/aac/libAACenc/src/
H A Dqc_main.cpp489 INT frameLen; local
497 frameLen = paddingOn + FDKaacEnc_calcFrameLen(bitRate,
502 *avgTotalBits = frameLen<<3;

Completed in 76 milliseconds