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 760 if (self->pAacDecoderChannelInfo[ch] != NULL) {
761 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
969 if (self->pAacDecoderChannelInfo[ch] == NULL) {
970 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
973 if (self->pAacDecoderChannelInfo[ch] == NULL) {
977 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData;
978 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
991 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
994 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
1017 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame
    [all...]
aacdecoder.h 193 CAacDecoderChannelInfo *pAacDecoderChannelInfo[(6)]; /*!< Temporal channel memory */
196 CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */

Completed in 188 milliseconds