Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1178 unsigned chIdx, plane, grp, offset, totCh[3], numCh[3][4]; in CProgramConfig_GetPceChMap() local
1184 FDKmemclear(totCh, 3 * sizeof(unsigned)); in CProgramConfig_GetPceChMap()
1202 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()
1209 totCh[plane] += elCh; in CProgramConfig_GetPceChMap()
1213 chIdx = totCh[SPEAKER_PLANE_NORMAL] + totCh[SPEAKER_PLANE_TOP] + in CProgramConfig_GetPceChMap()
1214 totCh[SPEAKER_PLANE_BOTTOM]; in CProgramConfig_GetPceChMap()
1222 for (chIdx = 0; chIdx < totCh[SPEAKER_PLANE_NORMAL]; chIdx += 1) { in CProgramConfig_GetPceChMap()