Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c243 EAS_U32 instCount; member
614 if ((dls.instCount == 0) || (dls.instCount > DLS_MAX_INST_COUNT)) in DLSParser()
622 instSize = (EAS_I32) (sizeof(S_PROGRAM) * dls.instCount); in DLSParser()
652 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount; in DLSParser()
690 dls.regionCount = dls.instCount = 0; in DLSParser()
1473 pProgram = &pDLSData->pDLS->pDLSPrograms[pDLSData->instCount]; in Parse_ins()
1486 pDLSData->instCount++; in Parse_ins()