Lines Matching refs:loopLength
232 EAS_U32 loopLength; member
992 p->loopLength = 0; in Parse_wave()
1038 if (p->loopLength) in Parse_wave()
1049 if (p->loopLength) in Parse_wave()
1162 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopLength, EAS_FALSE… in Parse_wsmp()
1166 if (p->loopLength in Parse_wsmp()
1167 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp()
1168 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp()
1317 if (pWsmp->loopLength) in Parse_data()
1320 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data()
1325 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data()
1369 if (pWsmp->loopLength) in Parse_data()
1371 if( (pDLSData->wavePoolOffset + pWsmp->loopLength) >= pDLSData->wavePoolSize ) in Parse_data()
1376 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) { in Parse_data()
1380 pSample[(pWsmp->loopStart + pWsmp->loopLength)>>1] = pSample[(pWsmp->loopStart)>>1]; in Parse_data()
1854 if (pWsmp->loopLength != 0) in Parse_rgn()
1858 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn()
2456 pRgn->wtRegion.loopEnd = (pWsmp->loopStart + pWsmp->loopLength); in Convert_rgn()
2458 if (pWsmp->loopLength != 0) in Convert_rgn()