Lines Matching refs:pAacDecoderChannelInfo

795     if (self->pAacDecoderChannelInfo[ch] != NULL) {  in CAacDecoder_Close()
796 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]); in CAacDecoder_Close()
1029 if (self->pAacDecoderChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1030 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch); in CAacDecoder_Init()
1033 if (self->pAacDecoderChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1037 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData; in CAacDecoder_Init()
1038 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData; in CAacDecoder_Init()
1051 …self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workB… in CAacDecoder_Init()
1054 …CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterCha… in CAacDecoder_Init()
1081 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
1084 … self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_Init()
1255 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData, in CAacDecoder_DecodeFrame()
1256 … &self->pAacDecoderChannelInfo[aacChannels+ch]->pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()
1262 &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1283 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
1294 &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1699 CAacDecoderChannelInfo *pAacDecoderChannelInfo; in CAacDecoder_DecodeFrame() local
1703 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[c]; in CAacDecoder_DecodeFrame()
1705 pAacDecoderChannelInfo = self->pAacDecoderChannelInfo[self->chMapping[c]]; in CAacDecoder_DecodeFrame()
1720 …FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSam… in CAacDecoder_DecodeFrame()
1727 pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
1747 pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
1755 switch (pAacDecoderChannelInfo->renderMode) in CAacDecoder_DecodeFrame()
1760 pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
1772 pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
1784 …FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSam… in CAacDecoder_DecodeFrame()