Searched refs:tmpAacDecoderChannelInfo (Results 1 – 1 of 1) sorted by relevance
2796 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, in CAacDecoder_DecodeFrame() local2801 tmpAacDecoderChannelInfo.pDynData = commonData.pAacDecoderDynamicData; in CAacDecoder_DecodeFrame()2802 tmpAacDecoderChannelInfo.pComData = &commonData; in CAacDecoder_DecodeFrame()2803 tmpAacDecoderChannelInfo.pComStaticData = &commonStaticData; in CAacDecoder_DecodeFrame()2804 tmpAacDecoderChannelInfo.pSpectralCoefficient = in CAacDecoder_DecodeFrame()2807 tmpAacDecoderChannelInfo.granuleLength = in CAacDecoder_DecodeFrame()2811 &tmpAacDecoderChannelInfo.data.aac.PnsData, in CAacDecoder_DecodeFrame()2812 &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()2813 pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()