Lines Matching refs:loopLength
232 EAS_U32 loopLength; member
991 p->loopLength = 0; in Parse_wave()
1037 if (p->loopLength) in Parse_wave()
1048 if (p->loopLength) in Parse_wave()
1161 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()
1165 if (p->loopLength 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()
1316 if (pWsmp->loopLength) in Parse_data()
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()
1368 if (pWsmp->loopLength) in Parse_data()
1370 if( (pDLSData->wavePoolOffset + pWsmp->loopLength) >= pDLSData->wavePoolSize ) in Parse_data()
1375 pSample[(pWsmp->loopStart + pWsmp->loopLength)>>1] = pSample[(pWsmp->loopStart)>>1]; in Parse_data()
1849 if (pWsmp->loopLength != 0) in Parse_rgn()
1853 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2451 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2453 if (pWsmp->loopLength != 0) in Convert_rgn()