Home
last modified time | relevance | path

Searched refs:tmpAacDecoderChannelInfo (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp2692 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, in CAacDecoder_DecodeFrame() local
2697 tmpAacDecoderChannelInfo.pDynData = commonData.pAacDecoderDynamicData; in CAacDecoder_DecodeFrame()
2698 tmpAacDecoderChannelInfo.pComData = &commonData; in CAacDecoder_DecodeFrame()
2699 tmpAacDecoderChannelInfo.pComStaticData = &commonStaticData; in CAacDecoder_DecodeFrame()
2700 tmpAacDecoderChannelInfo.pSpectralCoefficient = in CAacDecoder_DecodeFrame()
2703 tmpAacDecoderChannelInfo.granuleLength = in CAacDecoder_DecodeFrame()
2707 &tmpAacDecoderChannelInfo.data.aac.PnsData, in CAacDecoder_DecodeFrame()
2708 &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()
2709 pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()