Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c133 DEMO_VOICE demo_voice[MAX_DEMO_VOICES]; variable
324 if (demo_voice[i].ax_voice) in MNU_stop_sfx()
326 AXSetVoiceState(demo_voice[i].ax_voice, AX_PB_STATE_STOP); in MNU_stop_sfx()
357 if ( (demo_voice[i].ax_voice) && mISLOOPED(demo_voice[i].sp_entry) ) in MNU_stop_looping()
359 SPPrepareEnd(demo_voice[i].sp_entry, demo_voice[i].ax_voice); in MNU_stop_looping()
382 demo_voice[i].ax_voice = NULL; in init_demo_voices()
383 demo_voice[i].sp_entry = NULL; in init_demo_voices()
404 if (NULL == demo_voice[i].ax_voice) in get_demo_voice()
406 return(&demo_voice[i]); in get_demo_voice()
429 if (demo_voice[i].ax_voice) in ax_demo_callback()
[all …]
/RvlSDK-2.1/build/demos/axdemo/src/
Dcompressor.c135 DEMO_VOICE demo_voice[MAX_DEMO_VOICES]; variable
439 demo_voice[i].ax_voice = NULL; in init_demo_voices()
440 demo_voice[i].sp_entry = NULL; in init_demo_voices()
461 if (NULL == demo_voice[i].ax_voice) in get_demo_voice()
463 return(&demo_voice[i]); in get_demo_voice()
486 if (demo_voice[i].ax_voice) in ax_demo_callback()
488 if ( AX_PB_STATE_STOP == ((demo_voice[i].ax_voice)->pb.state)) in ax_demo_callback()
490 MIXReleaseChannel(demo_voice[i].ax_voice); in ax_demo_callback()
491 AXFreeVoice(demo_voice[i].ax_voice); in ax_demo_callback()
492 demo_voice[i].ax_voice = NULL; in ax_demo_callback()
[all …]