Lines Matching refs:elChannels
609 int elChannels, ch; in sbrDecoder_InitElement() local
630 elChannels = 2; in sbrDecoder_InitElement()
634 elChannels = 1; in sbrDecoder_InitElement()
637 elChannels = 0; in sbrDecoder_InitElement()
650 elChannels = 2; in sbrDecoder_InitElement()
658 if (elChannels < self->pSbrElement[elementIndex]->nChannels) { in sbrDecoder_InitElement()
664 self->pSbrElement[elementIndex]->nChannels = elChannels; in sbrDecoder_InitElement()
666 for (ch = 0; ch < elChannels; ch++) { in sbrDecoder_InitElement()
1004 int c, elChannels; in sbrDecoder_drcGetChannel() local
1012 elChannels = 2; in sbrDecoder_drcGetChannel()
1016 elChannels = 1; in sbrDecoder_drcGetChannel()
1020 elChannels = 0; in sbrDecoder_drcGetChannel()
1025 elChannels = fMin(elChannels, pSbrElement->nChannels); in sbrDecoder_drcGetChannel()
1027 for (c = 0; (c < elChannels) && (numCh <= channel); c++) { in sbrDecoder_drcGetChannel()