• Home
  • Raw
  • Download

Lines Matching refs:pAacDecoderStaticChannelInfo

800     if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {  in CAacDecoder_Close()
801 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) { in CAacDecoder_Close()
802 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer); in CAacDecoder_Close()
804 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) { in CAacDecoder_Close()
805 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]); in CAacDecoder_Close()
1040 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1041 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch); in CAacDecoder_Init()
1042 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1045 …self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size d… in CAacDecoder_Init()
1046 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) { in CAacDecoder_Init()
1085 mdct_init( &self->pAacDecoderStaticChannelInfo[ch]->IMdct, in CAacDecoder_Init()
1086 self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer, in CAacDecoder_Init()
1091 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[ch]->drcData ); in CAacDecoder_Init()
1095 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_Init()
1190 CConcealment_InitChannelData(&self->pAacDecoderStaticChannelInfo[ch]->concealmentInfo, in CAacDecoder_DecodeFrame()
1194 …FDKmemclear(self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_… in CAacDecoder_DecodeFrame()
1258 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1290 &self->pAacDecoderStaticChannelInfo[aacChannels], in CAacDecoder_DecodeFrame()
1678 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()
1714 CConcealment_Apply(&self->pAacDecoderStaticChannelInfo[c]->concealmentInfo, in CAacDecoder_DecodeFrame()
1716 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1727 aacDecoder_drcInitChannelData ( &self->pAacDecoderStaticChannelInfo[c]->drcData ); in CAacDecoder_DecodeFrame()
1736 &self->pAacDecoderStaticChannelInfo[c]->drcData, in CAacDecoder_DecodeFrame()
1747 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1759 self->pAacDecoderStaticChannelInfo[c], in CAacDecoder_DecodeFrame()
1773 …FDKmemclear(self->pAacDecoderStaticChannelInfo[c]->pOverlapBuffer, OverlapBufferSize*sizeof(FIXP_D… in CAacDecoder_DecodeFrame()
1782 self->pAacDecoderStaticChannelInfo, in CAacDecoder_DecodeFrame()