Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h301 INT mpsOutChannelsLast; /*!< The amount of channels returned by the last member
Daacdecoder_lib.cpp1584 self->mpsOutChannelsLast = nChannels; in aacDecoder_DecodeFrame()
1586 } else if ((self->mpsOutChannelsLast > 0) && in aacDecoder_DecodeFrame()
1589 self->streamInfo.numChannels = self->mpsOutChannelsLast; in aacDecoder_DecodeFrame()
1593 FDKmemclear(pTimeData, self->mpsOutChannelsLast * in aacDecoder_DecodeFrame()