Home | History | Annotate | Download | only in lib_src

Lines Matching defs:regionCount

246     EAS_U32             regionCount;
604 if ((dls.regionCount == 0) || (dls.regionCount > DLS_MAX_REGION_COUNT))
606 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #regions [%u]\n", dls.regionCount); */ }
614 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "DLS file contains invalid #articulations [%u]\n", dls.regionCount); */ }
632 rgnPoolSize = (EAS_I32) (sizeof(S_DLS_REGION) * dls.regionCount);
667 dls.pDLS->numDLSRegions = (EAS_U16) dls.regionCount;
701 dls.regionCount = dls.instCount = 0;
1398 EAS_U32 regionCount;
1463 if ((result = Parse_insh(pDLSData, inshPos, &regionCount, &locale)) != EAS_SUCCESS)
1493 pProgram->regionIndex = (EAS_U16) pDLSData->regionCount | FLAG_RGN_IDX_DLS_SYNTH;
1498 if ((result = Parse_lrgn(pDLSData, lrgnPos, lrgnSize, artIndex, regionCount)) != EAS_SUCCESS)
1575 EAS_U16 regionCount;
1582 regionCount = 0;
1594 if (regionCount == numRegions)
1601 regionCount++;
1606 if ((pDLSData->pDLS != NULL) && (regionCount > 0))
1607 pDLSData->pDLS->pDLSRegions[pDLSData->regionCount - 1].wtRegion.region.keyGroupAndFlags |= REGION_FLAG_LAST_REGION;
1651 regionIndex = (EAS_U16) pDLSData->regionCount;
1783 pDLSData->regionCount++;