Searched refs:MIXChannel (Results 1 – 2 of 2) sorted by relevance
270 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 …]
103 typedef struct MIXChannel struct151 } MIXChannel; argument200 #define MIXGetMemorySize(num) ((sizeof(MIXChannel) + sizeof(MIXRmtChannel)) * num)