Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Dexpdelay.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
188 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
229 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpdelayDpl2.c70 #define mISLOOPED(x) ((x->type)&0x1) macro
191 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
232 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbHiDpl2.c73 #define mISLOOPED(x) ((x->type)&0x1) macro
194 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
235 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbHi.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
188 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
229 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpchorusDpl2.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
188 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
229 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbStd.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
188 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
229 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbStdDpl2.c70 #define mISLOOPED(x) ((x->type)&0x1) macro
191 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
232 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dexpchorus.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
189 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
230 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Ddpl2reverb.c132 #define mISLOOPED(x) ((x->type)&0x1) macro
263 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
304 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DfxbussendDpl2.c70 #define mISLOOPED(x) ((x->type)&0x1) macro
212 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
253 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dfxbussend.c67 #define mISLOOPED(x) ((x->type)&0x1) macro
221 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
262 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dcompressor.c138 #define mISLOOPED(x) ((x->type)&0x1) macro
Daxfilter.c194 #define mISLOOPED(x) ((x->type)&0x1) // Checks SP entry 'type' to see if the voice is looped or … macro
/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c136 #define mISLOOPED(x) ((x->type)&0x1) macro
357 if ( (demo_voice[i].ax_voice) && mISLOOPED(demo_voice[i].sp_entry) ) in MNU_stop_looping()