Lines Matching refs:pAacDecoderStaticChannelInfo

787     if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {  in CAacDecoder_Close()
788 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) { in CAacDecoder_Close()
789 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer); in CAacDecoder_Close()
791 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) { in CAacDecoder_Close()
792 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]); in CAacDecoder_Close()
1042 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1043 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch); in CAacDecoder_Init()
1044 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1047 …self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size d… in CAacDecoder_Init()
1048 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) { in CAacDecoder_Init()
1087 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct, in CAacDecoder_Init()
1088 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer, in CAacDecoder_Init()
1093 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData ); in CAacDecoder_Init()
1097 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_Init()
1195 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_DecodeFrame()
1199 …FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_… in CAacDecoder_DecodeFrame()
1263 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1295 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1690 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()
1726 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo, in CAacDecoder_DecodeFrame()
1728 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1739 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData ); in CAacDecoder_DecodeFrame()
1748 &self->pAacDecoderStaticChannelInfo[c]->drcData, in CAacDecoder_DecodeFrame()
1759 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1771 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1785 …FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_D… in CAacDecoder_DecodeFrame()
1794 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()