Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/axdemo/src/
Dexpdelay.c72 #define mISLOOPED(x) ((x->type)&0x1) macro
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpdelayDpl2.c75 #define mISLOOPED(x) ((x->type)&0x1) macro
196 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbHi.c72 #define mISLOOPED(x) ((x->type)&0x1) macro
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dexpchorus.c72 #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()
DexpreverbStdDpl2.c75 #define mISLOOPED(x) ((x->type)&0x1) macro
196 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbStd.c72 #define mISLOOPED(x) ((x->type)&0x1) macro
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Ddpl2reverb.c106 #define mISLOOPED(x) ((x->type)&0x1) macro
237 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
278 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpreverbHiDpl2.c78 #define mISLOOPED(x) ((x->type)&0x1) macro
199 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
240 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DexpchorusDpl2.c72 #define mISLOOPED(x) ((x->type)&0x1) macro
193 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
234 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
DfxbussendDpl2.c75 #define mISLOOPED(x) ((x->type)&0x1) macro
217 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
258 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dfxbussend.c72 #define mISLOOPED(x) ((x->type)&0x1) macro
226 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_voice()
267 if (mISLOOPED(demo_voices[i].sp_entry)) in stop_all_voices()
Dcompressor.c115 #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-3.2/build/demos/spdemo/src/
Dspdemo.c111 #define mISLOOPED(x) ((x->type)&0x1) macro
332 if ( (demo_voice[i].ax_voice) && mISLOOPED(demo_voice[i].sp_entry) ) in MNU_stop_looping()