Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mix/src/
Dremote.c416 channel->vAux1 = channel->vAux1_1; in __MIXRmtUpdateSettings()
459 channel->vAux1_1 = __MIXGetVolume(channel->aux1); in __MIXRmtUpdateSettings()
464 channel->vAux1_1 = __MIXGetVolume(channel->fader1 + channel->aux1); in __MIXRmtUpdateSettings()
520 if((*p++ = (u16)((channel->vAux1_1 - channel->vAux1) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-2.1/include/revolution/
Dmix.h158 u16 vAux1_1; member