Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mix/src/
Dremote.c420 channel->vAux3 = channel->vAux3_1; in __MIXRmtUpdateSettings()
478 channel->vAux3_1 = __MIXGetVolume(channel->aux3); in __MIXRmtUpdateSettings()
482 channel->vAux3_1 = __MIXGetVolume(channel->fader3 + channel->aux3); in __MIXRmtUpdateSettings()
544 if((*p++ = (u16)((channel->vAux3_1 - channel->vAux3) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-2.1/include/revolution/
Dmix.h168 u16 vAux3_1; member