Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/spdemo/src/
Dspdemo.c104 SPSoundEntry *sp_entry; member
332 if ( (demo_voice[i].ax_voice) && mISLOOPED(demo_voice[i].sp_entry) ) in MNU_stop_looping()
334 SPPrepareEnd(demo_voice[i].sp_entry, demo_voice[i].ax_voice); in MNU_stop_looping()
358 demo_voice[i].sp_entry = NULL; in init_demo_voices()
440 demo_voice[i].sp_entry = NULL; in ax_drop_voice_callback()
474 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
476 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
/RvlSDK-3.1.4/build/demos/axdemo/src/
Dexpdelay.c81 SPSoundEntry *sp_entry; member
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
195 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
236 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
282 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
359 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpdelayDpl2.c84 SPSoundEntry *sp_entry; member
196 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
198 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
239 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
285 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
287 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
362 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpreverbStd.c81 SPSoundEntry *sp_entry; member
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
195 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
236 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
282 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
359 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpreverbHiDpl2.c87 SPSoundEntry *sp_entry; member
199 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
201 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
240 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
242 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
288 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
290 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
365 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
Dexpchorus.c81 SPSoundEntry *sp_entry; member
194 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
196 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
235 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
237 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
283 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
285 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
360 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpreverbStdDpl2.c84 SPSoundEntry *sp_entry; member
196 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
198 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
239 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
285 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
287 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
362 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpchorusDpl2.c81 SPSoundEntry *sp_entry; member
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
195 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
236 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
282 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
359 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
Ddpl2reverb.c115 SPSoundEntry *sp_entry; member
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
239 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
278 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
280 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
326 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
328 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
402 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DexpreverbHi.c81 SPSoundEntry *sp_entry; member
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
195 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
236 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
282 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
359 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
DfxbussendDpl2.c84 SPSoundEntry *sp_entry; member
217 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
219 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
258 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
260 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
306 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
308 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
383 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
Dfxbussend.c81 SPSoundEntry *sp_entry; member
226 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
228 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_voice()
267 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
269 SPPrepareEnd(demo_voices[i].sp_entry, demo_voices[i].ax_voice); in stop_all_voices()
315 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
317 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
392 demo_voices[v->index].sp_entry = NULL; in ax_drop_voice_callback()
Daxfilter.c199 SPSoundEntry *sp_entry; member
369 demo_v->sp_entry = SPGetSoundEntry(sp_table, demo_sound[sound].sfx[i]); in play_sound()
374 SPPrepareSound(demo_v->sp_entry, ax_v, (demo_v->sp_entry)->sampleRate); in play_sound()
401 ax_v->pb.addr.endAddressHi = (u16)(demo_v->sp_entry->endAddr >> 16); in play_sound()
402 ax_v->pb.addr.endAddressLo = (u16)(demo_v->sp_entry->endAddr & 0xFFFF); in play_sound()
418 curr_demo_v->sp_entry = NULL; // clear SP entry pointer from DEMO_VOICE in play_sound()
471 demo_voices[i].sp_entry = NULL; in ax_demo_callback()
566 … d_v->sp_entry = NULL; // Delete the reference to the SP entry from the DEMO_VOICE. in ax_drop_voice_callback()
Dcompressor.c108 SPSoundEntry *sp_entry; member
419 demo_voice[i].sp_entry = NULL; in init_demo_voices()
506 demo_voice[i].sp_entry = NULL; in ax_drop_voice_callback()
572 v->sp_entry = SPGetSoundEntry(sp_table, sfx); in play_sfx()
574 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()