Home
last modified time | relevance | path

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

/aosp_15_r20/external/aac/libAACdec/src/
H A Daacdecoder.cpp2796 CAacDecoderChannelInfo tmpAacDecoderChannelInfo, in CAacDecoder_DecodeFrame() local
2801 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()