Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxfilter.c340 DEMO_VOICE *curr_demo_v; in play_sound() local
396 curr_demo_v = prev_demo_v; in play_sound()
397 while(NULL == curr_demo_v) in play_sound()
399 … AXFreeVoice(curr_demo_v->ax_voice); // release any AX voices currently allocated for this sound in play_sound()
400 curr_demo_v->ax_voice = NULL; // clear AX voice pointer from DEMO_VOICE in play_sound()
401 curr_demo_v->sp_entry = NULL; // clear SP entry pointer from DEMO_VOICE in play_sound()
402 tmp_demo_v = curr_demo_v; // save current DEMO_VOICE in play_sound()
403 curr_demo_v=curr_demo_v->link; // advance to next DEMO_VOICE in play_sound()