Searched refs:MIXChannel (Results 1 – 2 of 2) sorted by relevance
255 static MIXChannel __MIXChannel[AX_MAX_VOICES];271 static void __MIXSetPan(MIXChannel *channel) in __MIXSetPan()311 static void __MIXResetChannel(MIXChannel *channel) in __MIXResetChannel()495 MIXChannel *c; in MIXInitChannel()779 MIXChannel *channel = &__MIXChannel[p->index]; in MIXSetInput()798 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAdjustInput()815 MIXChannel *channel = &__MIXChannel[p->index]; in MIXGetInput()832 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAPostFader()850 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAPreFader()867 MIXChannel *channel = &__MIXChannel[p->index]; in MIXAuxAIsPostFader()[all …]
86 typedef struct MIXChannel struct134 } MIXChannel; argument