Searched refs:loopLength (Results 1 – 1 of 1) sorted by relevance
232 EAS_U32 loopLength; member992 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()[all …]