Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp999 int elementIndex, elChanIdx = 0, numCh = 0; in sbrDecoder_drcGetChannel() local
1006 elChanIdx = 0; in sbrDecoder_drcGetChannel()
1028 if (pSbrElement->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
1030 elChanIdx++; in sbrDecoder_drcGetChannel()
1035 elChanIdx -= 1; in sbrDecoder_drcGetChannel()
1037 if (elChanIdx < 0 || elementIndex < 0) { in sbrDecoder_drcGetChannel()
1042 if (self->pSbrElement[elementIndex]->pSbrChannel[elChanIdx] != NULL) { in sbrDecoder_drcGetChannel()
1044 ->pSbrChannel[elChanIdx] in sbrDecoder_drcGetChannel()