Searched refs:tmpAacDecoderChannelInfo (Results 1 – 1 of 1) sorted by relevance
1286 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, *pTmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame() local1290 … tmpAacDecoderChannelInfo.pDynData = self->aacCommonData.workBufferCore1->pAacDecoderDynamicData; in CAacDecoder_DecodeFrame()1291 tmpAacDecoderChannelInfo.pComData = &self->aacCommonData; in CAacDecoder_DecodeFrame()1292 tmpAacDecoderChannelInfo.pSpectralCoefficient = (SPECTRAL_PTR)mdctSpec; in CAacDecoder_DecodeFrame()1294 tmpAacDecoderChannelInfo.granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()1297 …CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pns… in CAacDecoder_DecodeFrame()1299 pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()