Searched refs:tmpAacDecoderChannelInfo (Results 1 – 1 of 1) sorted by relevance
1346 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, *pTmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame() local1350 … tmpAacDecoderChannelInfo.pDynData = self->aacCommonData.workBufferCore1->pAacDecoderDynamicData; in CAacDecoder_DecodeFrame()1351 tmpAacDecoderChannelInfo.pComData = &self->aacCommonData; in CAacDecoder_DecodeFrame()1352 tmpAacDecoderChannelInfo.pSpectralCoefficient = (SPECTRAL_PTR)mdctSpec; in CAacDecoder_DecodeFrame()1354 tmpAacDecoderChannelInfo.granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()1357 …CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pns… in CAacDecoder_DecodeFrame()1359 pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()