Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/axdemo/src/
Daxfilter.c344 DEMO_VOICE *curr_demo_v; in play_sound() local
413 curr_demo_v = prev_demo_v; in play_sound()
414 while(NULL == curr_demo_v) in play_sound()
416 … AXFreeVoice(curr_demo_v->ax_voice); // release any AX voices currently allocated for this sound in play_sound()
417 curr_demo_v->ax_voice = NULL; // clear AX voice pointer from DEMO_VOICE in play_sound()
418 curr_demo_v->sp_entry = NULL; // clear SP entry pointer from DEMO_VOICE in play_sound()
419 tmp_demo_v = curr_demo_v; // save current DEMO_VOICE in play_sound()
420 curr_demo_v=curr_demo_v->link; // advance to next DEMO_VOICE in play_sound()