Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp825 int elementIndex, elChanIdx=0, numCh=0; in sbrDecoder_drcGetChannel() local
832 elChanIdx = 0; in sbrDecoder_drcGetChannel()
851 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
853 elChanIdx++; in sbrDecoder_drcGetChannel()
858 elChanIdx -= 1; in sbrDecoder_drcGetChannel()
860 if (elChanIdx < 0 || elementIndex < 0) { in sbrDecoder_drcGetChannel()
865 if ( self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL ) in sbrDecoder_drcGetChannel()
867 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()