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.c235 EAS_U32 instCount; member
606 if ((dls.instCount == 0) || (dls.instCount > DLS_MAX_INST_COUNT)) in DLSParser()
614 instSize = (EAS_I32) (sizeof(S_PROGRAM) * dls.instCount); in DLSParser()
644 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount; in DLSParser()
682 dls.regionCount = dls.instCount = 0; in DLSParser()
1449 pProgram = &pDLSData->pDLS->pDLSPrograms[pDLSData->instCount]; in Parse_ins()
1462 pDLSData->instCount++; in Parse_ins()