Lines Matching refs:soundLoopEnd
52 static u32 soundLoopEnd; variable
116 soundLoopEnd = i; in soundSetLoopEnd()
139 soundLoopEnd = SOUND_DATA_NO_USER_INPUT; in soundInitParams()
227 if (soundLoopEnd) in soundPack8BitSource()
251 soundLoopEnd, in soundPack8BitSource()
271 soundLoopEnd, in soundPack8BitSource()
298 soundLoopEnd, in soundPack8BitSource()
332 if (soundLoopEnd) in soundPack16BitSource()
355 soundLoopEnd, in soundPack16BitSource()
386 soundLoopEnd, in soundPack16BitSource()
407 soundLoopEnd, in soundPack16BitSource()
450 if (soundLoopEnd == SOUND_DATA_NO_USER_INPUT) in soundPrintSound()
452 soundLoopEnd = soundinfo.loopEnd - 1; // AIFF has 1 based loopend in soundPrintSound()
454 soundLoopEnd = 0; in soundPrintSound()