Searched refs:elChanIdx (Results 1 – 1 of 1) sorted by relevance
796 int elementIndex, elChanIdx=0, numCh=0; in sbrDecoder_drcGetChannel() local803 elChanIdx = 0; in sbrDecoder_drcGetChannel()822 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()824 elChanIdx++; in sbrDecoder_drcGetChannel()829 elChanIdx -= 1; in sbrDecoder_drcGetChannel()831 if (elChanIdx < 0 || elementIndex < 0) { in sbrDecoder_drcGetChannel()836 if ( self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL ) in sbrDecoder_drcGetChannel()838 …pSbrDrcChannelData = &self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx]->SbrDec.sbrDrcChanne… in sbrDecoder_drcGetChannel()