Lines Matching refs:pAacDecoderChannelInfo
1316 if (self->pAacDecoderChannelInfo[ch] != NULL) { in CAacDecoder_DeInit()
1317 if (self->pAacDecoderChannelInfo[ch]->pComStaticData != NULL) { in CAacDecoder_DeInit()
1318 if (self->pAacDecoderChannelInfo[ch] in CAacDecoder_DeInit()
1321 FreeWorkBufferCore1(&self->pAacDecoderChannelInfo[ch] in CAacDecoder_DeInit()
1325 if (self->pAacDecoderChannelInfo[ch] in CAacDecoder_DeInit()
1327 FreeCplxPredictionData(&self->pAacDecoderChannelInfo[ch] in CAacDecoder_DeInit()
1333 if ((self->pAacDecoderChannelInfo[ch + 1] != NULL) && in CAacDecoder_DeInit()
1334 (self->pAacDecoderChannelInfo[ch + 1]->pComStaticData == in CAacDecoder_DeInit()
1335 self->pAacDecoderChannelInfo[ch]->pComStaticData)) { in CAacDecoder_DeInit()
1336 self->pAacDecoderChannelInfo[ch + 1]->pComStaticData = NULL; in CAacDecoder_DeInit()
1339 FDKfree(self->pAacDecoderChannelInfo[ch]->pComStaticData); in CAacDecoder_DeInit()
1340 self->pAacDecoderChannelInfo[ch]->pComStaticData = NULL; in CAacDecoder_DeInit()
1342 if (self->pAacDecoderChannelInfo[ch]->pComData != NULL) { in CAacDecoder_DeInit()
1346 if ((self->pAacDecoderChannelInfo[ch + 1] != NULL) && in CAacDecoder_DeInit()
1347 (self->pAacDecoderChannelInfo[ch + 1]->pComData == in CAacDecoder_DeInit()
1348 self->pAacDecoderChannelInfo[ch]->pComData)) { in CAacDecoder_DeInit()
1349 self->pAacDecoderChannelInfo[ch + 1]->pComData = NULL; in CAacDecoder_DeInit()
1354 (SCHAR **)&self->pAacDecoderChannelInfo[ch]->pComData); in CAacDecoder_DeInit()
1356 FDKafree(self->pAacDecoderChannelInfo[ch]->pComData); in CAacDecoder_DeInit()
1358 self->pAacDecoderChannelInfo[ch]->pComData = NULL; in CAacDecoder_DeInit()
1371 if (self->pAacDecoderChannelInfo[ch] != NULL) { in CAacDecoder_DeInit()
1372 FreeAacDecoderChannelInfo(&self->pAacDecoderChannelInfo[ch]); in CAacDecoder_DeInit()
2040 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch); in CAacDecoder_Init()
2043 if (self->pAacDecoderChannelInfo[ch] == NULL) { in CAacDecoder_Init()
2079 self->pAacDecoderChannelInfo[ch]->pComStaticData = in CAacDecoder_Init()
2082 if (self->pAacDecoderChannelInfo[ch]->pComStaticData == NULL) { in CAacDecoder_Init()
2086 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2088 self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2091 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2094 self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2096 self->pAacDecoderChannelInfo[aacChannelsOffset] in CAacDecoder_Init()
2099 if ((self->pAacDecoderChannelInfo[ch]->pComData == NULL) || in CAacDecoder_Init()
2100 (self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2104 self->pAacDecoderChannelInfo[ch]->pDynData = in CAacDecoder_Init()
2105 &(self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2107 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = in CAacDecoder_Init()
2114 self->pAacDecoderChannelInfo[ch + 1]->pComData = in CAacDecoder_Init()
2115 self->pAacDecoderChannelInfo[ch]->pComData; in CAacDecoder_Init()
2116 self->pAacDecoderChannelInfo[ch + 1]->pComStaticData = in CAacDecoder_Init()
2117 self->pAacDecoderChannelInfo[ch]->pComStaticData; in CAacDecoder_Init()
2118 self->pAacDecoderChannelInfo[ch + 1] in CAacDecoder_Init()
2120 self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2122 self->pAacDecoderChannelInfo[ch + 1]->pDynData = in CAacDecoder_Init()
2123 &(self->pAacDecoderChannelInfo[ch] in CAacDecoder_Init()
2125 self->pAacDecoderChannelInfo[ch + 1]->pSpectralCoefficient = in CAacDecoder_Init()
2170 &self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, in CAacDecoder_Init()
2172 self->pAacDecoderChannelInfo[ch]->pComData->pnsRandomSeed); in CAacDecoder_Init()
2242 if (self->pAacDecoderChannelInfo[ch - 1] in CAacDecoder_Init()
2244 self->pAacDecoderChannelInfo[ch - 1] in CAacDecoder_Init()
2248 if (self->pAacDecoderChannelInfo[ch - 1] in CAacDecoder_Init()
2289 if (self->pAacDecoderChannelInfo[0] != NULL) { in CAacDecoder_Init()
2290 self->pDrmBsBuffer = self->pAacDecoderChannelInfo[0] in CAacDecoder_Init()
2307 self->pAacDecoderChannelInfo[ch]->granuleLength = in CAacDecoder_Init()
2311 self->pAacDecoderChannelInfo[ch]->granuleLength = in CAacDecoder_Init()
2315 self->pAacDecoderChannelInfo[ch]->renderMode = initRenderMode; in CAacDecoder_Init()
2480 self->pAacDecoderChannelInfo[0]->renderMode, in CAacDecoder_DecodeFrame()
2597 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels + ch] in CAacDecoder_DecodeFrame()
2599 &self->pAacDecoderChannelInfo[aacChannels + ch] in CAacDecoder_DecodeFrame()
2606 bs, &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
2622 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
3005 &self->pAacDecoderChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
3226 CAacDecoderChannelInfo *pAacDecoderChannelInfo = in CAacDecoder_DecodeFrame() local
3227 self->pAacDecoderChannelInfo[c]; in CAacDecoder_DecodeFrame()
3244 FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, in CAacDecoder_DecodeFrame()
3251 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CAacDecoder_DecodeFrame()
3262 !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD && in CAacDecoder_DecodeFrame()
3274 &pAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()
3308 self->hDrcInfo, self->hSbrDecoder, pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
3323 switch (pAacDecoderChannelInfo->renderMode) { in CAacDecoder_DecodeFrame()
3327 pAacDecoderStaticChannelInfo, pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
3331 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1 in CAacDecoder_DecodeFrame()
3339 pAacDecoderStaticChannelInfo, pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()
3349 pAacDecoderStaticChannelInfo, pAacDecoderChannelInfo, in CAacDecoder_DecodeFrame()