Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/demos/wpaddemo/src/
Dwpad_seqdemo.c199 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
Dwpad_spdemo.c210 axBuffer = MEMAllocFromExpHeapEx(hExpHeap, AXGetMemorySize(AX_MAX_VOICES), 32); in main()
Dwpad_axdemo.c329 axBuffer = OSAlloc(AXGetMemorySize(AX_MAX_VOICES)); in main()
/RvlSDK-3.2.3/include/revolution/
Dax.h948 #define AXGetMemorySize(num) ((sizeof(AXPB) + sizeof(AXPBITDBUFFER) + sizeof(AXVPB)) * num) macro