Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp500 int elChannels, ch; in sbrDecoder_InitElement() local
519 case ID_CPE: elChannels=2; in sbrDecoder_InitElement()
522 case ID_SCE: elChannels=1; in sbrDecoder_InitElement()
524 default: elChannels=0; in sbrDecoder_InitElement()
536 elChannels = 2; in sbrDecoder_InitElement()
543 self->pSbrElement[elementIndex]->nChannels = elChannels; in sbrDecoder_InitElement()
545 for (ch=0; ch<elChannels; ch++) in sbrDecoder_InitElement()
563 if (elChannels == 1 && self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_InitElement()
830 int c, elChannels; in sbrDecoder_drcGetChannel() local
837 case ID_CPE: elChannels = 2; in sbrDecoder_drcGetChannel()
[all …]
/external/aac/libAACdec/src/
Drvlc.h128 const INT elChannels
Drvlc.cpp1177 const INT elChannels in CRvlc_ElementCheck() argument
1188 if ( (flags & AC_ER_RVLC) && (elChannels == 2)) { /* to be reviewed */ in CRvlc_ElementCheck()
1203 for (ch = 0; ch < elChannels; ch ++) in CRvlc_ElementCheck()