Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h203 …AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType values of the l… member
Daacdecoder.cpp1619 … FDKmemcpy(self->channelTypePrev, self->channelType, (8)*sizeof(AUDIO_CHANNEL_TYPE)); /* store */ in CAacDecoder_DecodeFrame()
1625 …FDKmemcpy(self->channelType, self->channelTypePrev, (8)*sizeof(AUDIO_CHANNEL_TYPE)); /* restore */ in CAacDecoder_DecodeFrame()