Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h259 INT aacChannelsPrev; /*!< The amount of AAC core channels of the last member
Daacdecoder.cpp2286 self->aacChannelsPrev = 0; in CAacDecoder_Init()
3046 aacChannels = self->aacChannelsPrev; in CAacDecoder_DecodeFrame()
3057 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3069 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3071 aacChannels = self->aacChannelsPrev; /* restore */ in CAacDecoder_DecodeFrame()