Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp927 int chIdx, numCoreChannel = self->streamInfo.numChannels; in aacDecoder_DecodeFrame() local
928 …int chOutMapIdx = ((self->chMapIndex==0) && (numCoreChannel<7)) ? numCoreChannel : self->chMapInde… in aacDecoder_DecodeFrame()
989 for (chIdx = numCoreChannel; chIdx < self->streamInfo.numChannels; chIdx+=1) { in aacDecoder_DecodeFrame()