Lines Matching refs:loopStart
231 EAS_U32 loopStart; member
990 p->loopStart = 0; in Parse_wave()
1157 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)… in Parse_wsmp()
1166 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()
1167 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()
1319 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()
1324 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()
1375 pSample[(pWsmp->loopStart + pWsmp->loopLength)>>1] = pSample[(pWsmp->loopStart)>>1]; in Parse_data()
1853 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2450 pRgn->wtRegion.loopStart = pWsmp->loopStart; in Convert_rgn()
2451 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2756 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002b , pRegion->loopStart); in DumpDLS()