HomeSort by relevance Sort by last modified time
    Searched defs:pAacDecoderChannelInfo (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
aacdecoder.cpp 786 if (self->pAacDecoderChannelInfo[ch] != NULL) {
787 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
999 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1000 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
1003 if (self->pAacDecoderChannelInfo[ch] == NULL) {
1007 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData;
1008 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
1021 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
1024 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
    [all...]
aacdecoder.h 193 CAacDecoderChannelInfo *pAacDecoderChannelInfo[(6)]; /*!< Temporal channel memory */
196 CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */

Completed in 27 milliseconds