Lines Matching refs:pComStaticData
1317 if (self->pAacDecoderChannelInfo[ch]->pComStaticData != NULL) { in CAacDecoder_DeInit()
1319 ->pComStaticData->pWorkBufferCore1 != NULL) { in CAacDecoder_DeInit()
1322 ->pComStaticData->pWorkBufferCore1); in CAacDecoder_DeInit()
1326 ->pComStaticData->cplxPredictionData != NULL) { in CAacDecoder_DeInit()
1328 ->pComStaticData->cplxPredictionData); 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()
2079 self->pAacDecoderChannelInfo[ch]->pComStaticData = in CAacDecoder_Init()
2082 if (self->pAacDecoderChannelInfo[ch]->pComStaticData == NULL) { in CAacDecoder_Init()
2089 ->pComStaticData->pWorkBufferCore1 = GetWorkBufferCore1(); in CAacDecoder_Init()
2095 ->pComStaticData->pWorkBufferCore1 = in CAacDecoder_Init()
2097 ->pComStaticData->pWorkBufferCore1; in CAacDecoder_Init()
2101 ->pComStaticData->pWorkBufferCore1 == NULL)) { in CAacDecoder_Init()
2116 self->pAacDecoderChannelInfo[ch + 1]->pComStaticData = in CAacDecoder_Init()
2117 self->pAacDecoderChannelInfo[ch]->pComStaticData; in CAacDecoder_Init()
2119 ->pComStaticData->pWorkBufferCore1 = in CAacDecoder_Init()
2121 ->pComStaticData->pWorkBufferCore1; in CAacDecoder_Init()
2243 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()
2245 ->pComStaticData->cplxPredictionData = in CAacDecoder_Init()
2249 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()
2291 ->pComStaticData->pWorkBufferCore1->DrmBsBuffer; in CAacDecoder_Init()
2699 tmpAacDecoderChannelInfo.pComStaticData = &commonStaticData; in CAacDecoder_DecodeFrame()
3331 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1 in CAacDecoder_DecodeFrame()