Home | History | Annotate | Download | only in lib_src

Lines Matching refs:instCount

243     EAS_U32             instCount;
614 if ((dls.instCount == 0) || (dls.instCount > DLS_MAX_INST_COUNT))
616 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #instruments [%u]\n", dls.instCount); */ }
622 instSize = (EAS_I32) (sizeof(S_PROGRAM) * dls.instCount);
652 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount;
690 dls.regionCount = dls.instCount = 0;
1473 pProgram = &pDLSData->pDLS->pDLSPrograms[pDLSData->instCount];
1486 pDLSData->instCount++;