Lines Matching refs:pComStaticData
1395 if (self->pAacDecoderChannelInfo[ch]->pComStaticData != NULL) { in CAacDecoder_DeInit()
1397 ->pComStaticData->pWorkBufferCore1 != NULL) { in CAacDecoder_DeInit()
1400 ->pComStaticData->pWorkBufferCore1); in CAacDecoder_DeInit()
1404 ->pComStaticData->cplxPredictionData != NULL) { in CAacDecoder_DeInit()
1406 ->pComStaticData->cplxPredictionData); in CAacDecoder_DeInit()
1412 (self->pAacDecoderChannelInfo[ch + 1]->pComStaticData == in CAacDecoder_DeInit()
1413 self->pAacDecoderChannelInfo[ch]->pComStaticData)) { in CAacDecoder_DeInit()
1414 self->pAacDecoderChannelInfo[ch + 1]->pComStaticData = NULL; in CAacDecoder_DeInit()
1417 FDKfree(self->pAacDecoderChannelInfo[ch]->pComStaticData); in CAacDecoder_DeInit()
1418 self->pAacDecoderChannelInfo[ch]->pComStaticData = NULL; in CAacDecoder_DeInit()
2209 self->pAacDecoderChannelInfo[ch]->pComStaticData = in CAacDecoder_Init()
2212 if (self->pAacDecoderChannelInfo[ch]->pComStaticData == NULL) { in CAacDecoder_Init()
2219 ->pComStaticData->pWorkBufferCore1 = GetWorkBufferCore1(); in CAacDecoder_Init()
2225 ->pComStaticData->pWorkBufferCore1 = in CAacDecoder_Init()
2227 ->pComStaticData->pWorkBufferCore1; in CAacDecoder_Init()
2231 ->pComStaticData->pWorkBufferCore1 == NULL)) { in CAacDecoder_Init()
2246 self->pAacDecoderChannelInfo[ch + 1]->pComStaticData = in CAacDecoder_Init()
2247 self->pAacDecoderChannelInfo[ch]->pComStaticData; in CAacDecoder_Init()
2249 ->pComStaticData->pWorkBufferCore1 = in CAacDecoder_Init()
2251 ->pComStaticData->pWorkBufferCore1; in CAacDecoder_Init()
2372 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()
2374 ->pComStaticData->cplxPredictionData = in CAacDecoder_Init()
2378 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()
2420 ->pComStaticData->pWorkBufferCore1->DrmBsBuffer; in CAacDecoder_Init()
2840 tmpAacDecoderChannelInfo.pComStaticData = &commonStaticData; in CAacDecoder_DecodeFrame()
3494 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1 in CAacDecoder_DecodeFrame()