Lines Matching refs:pComData
1342 if (self->pAacDecoderChannelInfo[ch]->pComData != 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()
2086 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2091 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2099 if ((self->pAacDecoderChannelInfo[ch]->pComData == NULL) || in CAacDecoder_Init()
2106 ->pComData->pAacDecoderDynamicData[0]); in CAacDecoder_Init()
2114 self->pAacDecoderChannelInfo[ch + 1]->pComData = in CAacDecoder_Init()
2115 self->pAacDecoderChannelInfo[ch]->pComData; in CAacDecoder_Init()
2124 ->pComData->pAacDecoderDynamicData[1]); in CAacDecoder_Init()
2172 self->pAacDecoderChannelInfo[ch]->pComData->pnsRandomSeed); in CAacDecoder_Init()
2600 ->pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()
2698 tmpAacDecoderChannelInfo.pComData = &commonData; in CAacDecoder_DecodeFrame()
2708 &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()