Lines Matching refs:loopLength
229 EAS_U32 loopLength; member
965 p->loopLength = 0; in Parse_wave()
1011 if (p->loopLength) in Parse_wave()
1022 if (p->loopLength) in Parse_wave()
1135 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()
1139 if (p->loopLength in Parse_wsmp()
1140 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()
1141 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()
1290 if (pWsmp->loopLength) in Parse_data()
1293 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()
1298 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()
1751 if (pWsmp->loopLength != 0) in Parse_rgn()
1755 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2350 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2352 if (pWsmp->loopLength != 0) in Convert_rgn()