Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp2833 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, in CAacDecoder_DecodeFrame() local
2838 tmpAacDecoderChannelInfo.pDynData = commonData.pAacDecoderDynamicData; in CAacDecoder_DecodeFrame()
2839 tmpAacDecoderChannelInfo.pComData = &commonData; in CAacDecoder_DecodeFrame()
2840 tmpAacDecoderChannelInfo.pComStaticData = &commonStaticData; in CAacDecoder_DecodeFrame()
2841 tmpAacDecoderChannelInfo.pSpectralCoefficient = in CAacDecoder_DecodeFrame()
2844 tmpAacDecoderChannelInfo.granuleLength = in CAacDecoder_DecodeFrame()
2848 &tmpAacDecoderChannelInfo.data.aac.PnsData, in CAacDecoder_DecodeFrame()
2849 &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData); in CAacDecoder_DecodeFrame()
2850 pTmpAacDecoderChannelInfo = &tmpAacDecoderChannelInfo; in CAacDecoder_DecodeFrame()