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

/external/aac/libAACdec/src/
H A Dconceal.cpp652 CConcealmentInfo *hConcealmentInfo,
667 tWindowSequence = hConcealmentInfo->windowSequence;
668 tWindowShape = hConcealmentInfo->windowShape;
671 FDKmemcpy(tSpecScale, hConcealmentInfo->specScale, 8*sizeof(SHORT));
674 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
676 hConcealmentInfo->lastWinGrpLen = *(GetWindowGroupLengthTable(pIcsInfo)+GetWindowGroups(pIcsInfo)-1);
679 FDKmemcpy(hConcealmentInfo->specScale, pSpecScale, 8*sizeof(SHORT));
681 if (CConcealment_GetDelay(hConcealmentInfo->pConcealParams) == 0)
685 FDKmemcpy(hConcealmentInfo
651 CConcealment_Store( CConcealmentInfo *hConcealmentInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo ) argument
729 CConcealment_Apply( CConcealmentInfo *hConcealmentInfo, CAacDecoderChannelInfo *pAacDecoderChannelInfo, CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, const SamplingRateInfo *pSamplingRateInfo, const int samplesPerFrame, const UCHAR lastLpdMode, const int frameOk, const UINT flags) argument
1778 CConcealment_GetFadeFactor( CConcealmentInfo *hConcealmentInfo, const int fPreviousFactor ) argument
1826 CConcealment_GetLastFrameOk( CConcealmentInfo *hConcealmentInfo, const int fBeforeApply ) argument
[all...]

Completed in 26 milliseconds