Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp609 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()
[all …]
/external/aac/libAACdec/src/
Drvlc.h151 const UINT flags, const INT elChannels);
Drvlc.cpp1170 const UINT flags, const INT elChannels) { in CRvlc_ElementCheck() argument
1179 if ((flags & AC_ER_RVLC) && (elChannels == 2)) { /* to be reviewed */ in CRvlc_ElementCheck()
1202 for (ch = 0; ch < elChannels; ch++) { in CRvlc_ElementCheck()