Home
last modified time | relevance | path

Searched refs:loopLength (Results 1 – 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c232 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()
[all …]