Home
last modified time | relevance | path

Searched refs:MIXChannel (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/libraries/mix/src/
Dmix.c270 static MIXChannel* __MIXChannel = NULL;
271 static MIXChannel __s_MIXChannel[AX_MAX_VOICES];
288 static void __MIXSetPan(MIXChannel *channel) in __MIXSetPan()
330 static void __MIXResetChannel(MIXChannel *channel) in __MIXResetChannel()
476 __MIXChannel = (MIXChannel*)ptr; in MIXInitSpecifyMem()
477 ptr += sizeof(MIXChannel) * __MIXMaxVoices; in MIXInitSpecifyMem()
584 MIXChannel *c; in MIXInitChannel()
868 MIXChannel *channel = &__MIXChannel[p->index]; in MIXSetInput()
887 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAdjustInput()
904 MIXChannel *channel = &__MIXChannel[p->index]; in MIXGetInput()
[all …]
/RvlSDK-3.3/include/revolution/
Dmix.h103 typedef struct MIXChannel struct
151 } MIXChannel; argument
200 #define MIXGetMemorySize(num) ((sizeof(MIXChannel) + sizeof(MIXRmtChannel)) * num)