Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp791 int elementIndex, elChanIdx=0, numCh=0; in sbrDecoder_drcGetChannel() local
798 elChanIdx = 0; in sbrDecoder_drcGetChannel()
817 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
819 elChanIdx++; in sbrDecoder_drcGetChannel()
824 elChanIdx -= 1; in sbrDecoder_drcGetChannel()
826 if (elChanIdx < 0 || elementIndex < 0) { in sbrDecoder_drcGetChannel()
831 if ( self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL ) in sbrDecoder_drcGetChannel()
833 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()