Home
last modified time | relevance | path

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

12

/RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/
Daxseq.c134 axBuffer = MEMAllocFromExpHeapEx(__ExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in AXSeqSetup()
136 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in AXSeqSetup()
/RvlSDK-3.1/build/demos/mididemo/src/
Dsynth.c157 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in initialize()
/RvlSDK-3.1/build/demos/axdemo/src/
Dsyndemo.c335 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Ddpl2demo.c432 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dseqdemo.c1008 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
1010 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
Daxsimple.c222 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dexpdelay.c796 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpdelayDpl2.c799 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dexpchorus.c832 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpreverbStdDpl2.c854 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpreverbHiDpl2.c857 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Ddpl2reverb.c884 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpreverbStd.c851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpreverbHi.c851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dcompressor.c925 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DexpchorusDpl2.c831 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
DfxbussendDpl2.c875 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Daxfilter.c1028 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dfxbussend.c942 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Daxstream.c817 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c310 axBuffer = MEMAllocFromExpHeapEx(ExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in AXSetup()
/RvlSDK-3.1/build/demos/spdemo/src/
Dspdemo.c571 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
/RvlSDK-3.1/build/demos/wpaddemo/src/
Dwpad_spdemo.c210 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dwpad_seqdemo.c199 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
/RvlSDK-3.1/include/revolution/
Dax.h930 #define AXGetMemorySize(num) ((sizeof(AXPB) + sizeof(AXPBITDBUFFER) + sizeof(AXVPB)) * num) macro

12