Home
last modified time | relevance | path

Searched refs:axBuffer (Results 1 – 25 of 27) sorted by relevance

12

/RvlSDK-3.2.2/build/demos/mididemo/src/
Dsynth.c147 void *axBuffer; in initialize() local
157 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in initialize()
161 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in initialize()
199 if (axBuffer) in initialize()
201 MEMFreeToExpHeap(hExpHeap, axBuffer); in initialize()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/
Daxseq.c63 static void *axBuffer; variable
134 axBuffer = MEMAllocFromExpHeapEx(__ExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in AXSeqSetup()
136 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in AXSeqSetup()
141 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); // initialize AX in AXSeqSetup()
/RvlSDK-3.2.2/build/demos/axdemo/src/
Dsyndemo.c323 void *axBuffer; in main() local
335 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
339 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
413 if (axBuffer) in main()
415 MEMFreeToExpHeap(hExpHeap, axBuffer); in main()
Ddpl2demo.c417 void *axBuffer; in main() local
432 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
435 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dseqdemo.c146 static void *axBuffer; variable
183 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); // initialize AX in setupAudioSystem()
1008 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
1010 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
1076 if (axBuffer) in main()
1079 MEMFreeToExpHeap(hExpHeap, axBuffer); in main()
1081 OSFree(axBuffer); in main()
Daxsimple.c210 void *axBuffer; in main() local
222 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
225 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpdelayDpl2.c782 void *axBuffer; in main() local
799 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
802 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dexpdelay.c779 void *axBuffer; in main() local
796 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
799 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Ddpl2reverb.c867 void *axBuffer; in main() local
884 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
887 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpreverbHiDpl2.c840 void *axBuffer; in main() local
857 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
860 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpchorusDpl2.c814 void *axBuffer; in main() local
831 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
834 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpreverbStdDpl2.c837 void *axBuffer; in main() local
854 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
857 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpreverbHi.c834 void *axBuffer; in main() local
851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
854 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dexpchorus.c815 void *axBuffer; in main() local
832 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
835 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DexpreverbStd.c834 void *axBuffer; in main() local
851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
854 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dcompressor.c910 void *axBuffer; in main() local
925 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
928 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
DfxbussendDpl2.c858 void *axBuffer; in main() local
875 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
878 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dfxbussend.c925 void *axBuffer; in main() local
942 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
945 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Daxfilter.c1010 void *axBuffer; in main() local
1028 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
1031 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Daxstream.c801 void *axBuffer; in main() local
814 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
818 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c307 void *axBuffer; in AXSetup() local
310 axBuffer = MEMAllocFromExpHeapEx(ExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in AXSetup()
313 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); // initialize AX in AXSetup()
/RvlSDK-3.2.2/build/demos/spdemo/src/
Dspdemo.c555 void *axBuffer; in main() local
571 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
574 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpad_seqdemo.c182 void *axBuffer; in main() local
199 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
204 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dwpad_spdemo.c194 void *axBuffer; in main() local
210 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
214 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
Dwpad_axdemo.c315 void *axBuffer; in main() local
329 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
334 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()

12