Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/spdemo/src/
Dspdemo.c108 DEMO_VOICE demo_voice[AX_MAX_VOICES]; variable
299 if (demo_voice[i].ax_voice) in MNU_stop_sfx()
301 AXSetVoiceState(demo_voice[i].ax_voice, AX_PB_STATE_STOP); in MNU_stop_sfx()
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()
357 demo_voice[i].ax_voice = NULL; in init_demo_voices()
358 demo_voice[i].sp_entry = NULL; in init_demo_voices()
379 if (NULL == demo_voice[i].ax_voice) in get_demo_voice()
381 return(&demo_voice[i]); in get_demo_voice()
404 if (demo_voice[i].ax_voice) in ax_demo_callback()
[all …]
/RvlSDK-3.2.2/build/demos/axdemo/src/
Dcompressor.c112 DEMO_VOICE demo_voice[AX_MAX_VOICES]; variable
418 demo_voice[i].ax_voice = NULL; in init_demo_voices()
419 demo_voice[i].sp_entry = NULL; in init_demo_voices()
440 if (NULL == demo_voice[i].ax_voice) in get_demo_voice()
442 return(&demo_voice[i]); in get_demo_voice()
466 if (demo_voice[i].ax_voice) in ax_demo_callback()
468 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
470 MIXReleaseChannel(demo_voice[i].ax_voice); in ax_demo_callback()
471 AXFreeVoice(demo_voice[i].ax_voice); in ax_demo_callback()
472 demo_voice[i].ax_voice = NULL; in ax_demo_callback()
[all …]