Lines Matching refs:loopLength
229 EAS_U32 loopLength; member
967 p->loopLength = 0; in Parse_wave()
1013 if (p->loopLength) in Parse_wave()
1024 if (p->loopLength) in Parse_wave()
1137 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()
1141 if (p->loopLength in Parse_wsmp()
1142 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()
1143 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()
1292 if (pWsmp->loopLength) in Parse_data()
1295 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()
1300 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()
1753 if (pWsmp->loopLength != 0) in Parse_rgn()
1757 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2352 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2354 if (pWsmp->loopLength != 0) in Convert_rgn()