| /RvlSDK-3.2.2/build/demos/mididemo/src/ |
| D | synth.c | 147 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/ |
| D | axseq.c | 63 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/ |
| D | syndemo.c | 323 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()
|
| D | dpl2demo.c | 417 void *axBuffer; in main() local 432 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 435 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | seqdemo.c | 146 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()
|
| D | axsimple.c | 210 void *axBuffer; in main() local 222 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 225 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expdelayDpl2.c | 782 void *axBuffer; in main() local 799 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 802 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expdelay.c | 779 void *axBuffer; in main() local 796 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 799 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | dpl2reverb.c | 867 void *axBuffer; in main() local 884 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 887 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expreverbHiDpl2.c | 840 void *axBuffer; in main() local 857 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 860 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expchorusDpl2.c | 814 void *axBuffer; in main() local 831 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 834 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expreverbStdDpl2.c | 837 void *axBuffer; in main() local 854 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 857 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expreverbHi.c | 834 void *axBuffer; in main() local 851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 854 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expchorus.c | 815 void *axBuffer; in main() local 832 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 835 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | expreverbStd.c | 834 void *axBuffer; in main() local 851 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 854 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | compressor.c | 910 void *axBuffer; in main() local 925 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 928 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | fxbussendDpl2.c | 858 void *axBuffer; in main() local 875 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 878 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | fxbussend.c | 925 void *axBuffer; in main() local 942 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 945 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | axfilter.c | 1010 void *axBuffer; in main() local 1028 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 1031 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | axstream.c | 801 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/ |
| D | main.c | 307 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/ |
| D | spdemo.c | 555 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/ |
| D | wpad_seqdemo.c | 182 void *axBuffer; in main() local 199 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main() 204 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | wpad_spdemo.c | 194 void *axBuffer; in main() local 210 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main() 214 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|
| D | wpad_axdemo.c | 315 void *axBuffer; in main() local 329 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main() 334 AXInitSpecifyMem(AX_MAX_VOICES, axBuffer); in main()
|