Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxart3ddemo.c222 soundObject *so = (soundObject*)(((AXVPB*)p)->userContext); in voiceDrop() local
224 if (so) in voiceDrop()
227 so->voice = NULL; in voiceDrop()
230 AXARTRemoveSound(&so->axartSound); in voiceDrop()
246 static void startSound(soundObject *so, SPSoundTable *st, u32 i) in startSound() argument
249 so->voice = AXAcquireVoice(15, &voiceDrop, (u32)so); in startSound()
251 if (so->voice) in startSound()
254 so->sound = SPGetSoundEntry(st, i); in startSound()
256 if (so->sound) in startSound()
259 SPPrepareSound(so->sound, so->voice, 0); in startSound()
[all …]
/RvlSDK-2.1/build/buildtools/
Deppccleandepend.sed20 # latest sed keeps newline characters of input file, so just '$' doesn't work
Dcommondefs158 # -nodefaults - required so the compiler does not search all the
305 # We use full paths so that we can depend on $( REVOLUTION_LIBS)
371 # 29-Jan-06 We will keep ARAM around for RVL_EMU and PRE_RVL targets (so sound can work).
Dmodulerules84 # however, the dependency code DOES generate full paths, so we need those
/RvlSDK-2.1/X86/bin/
Dsetsmem2size.bat67 echo * If you make master data, you must execute ndrun before you do so!! *
Dsetsmemsize.bat153 echo * If you make master data, you must execute loadrun/odrun before you do so!! *
/RvlSDK-2.1/
Dreadme-RVL_SDK-2_1.txt90 … However, transfers using EXI00 are not supported on the current hardware, so only unidirectional …
117 …s wireless communications stack cannot correctly stop the wireless module, so sometimes the OS res…
/RvlSDK-2.1/build/demos/hio2demo/vc++/multi/
Dmulti.rc344 ID_WINDOW_CASCADE "Arrange windows so they overlap\nCascade Windows"