Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h269 INT aacChannelsPrev; /*!< The amount of AAC core channels of the last member
Daacdecoder.cpp2415 self->aacChannelsPrev = 0; in CAacDecoder_Init()
3205 aacChannels = self->aacChannelsPrev; in CAacDecoder_DecodeFrame()
3216 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3228 self->aacChannelsPrev = aacChannels; /* store */ in CAacDecoder_DecodeFrame()
3230 aacChannels = self->aacChannelsPrev; /* restore */ in CAacDecoder_DecodeFrame()