Home
last modified time | relevance | path

Searched refs:pComStaticData (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp1395 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()
[all …]
Dchannelinfo.h415 CAacDecoderCommonStaticData *pComStaticData; /* Persistent data required for member
Dchannel.cpp568 ->pComStaticData->cplxPredictionData, in CChannelElement_Read()
Dstereo.cpp558 pAacDecoderChannelInfo[L]->pComStaticData->cplxPredictionData; in CJointStereo_ApplyMS()
Dblock.cpp1223 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1->mdctOutTemp; in CBlock_FrequencyToTime()
Dusacdec_lpd.cpp1586 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1->synth_buf; in CLpd_RenderTimeSignal()