Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/mix/src/
Dremote.c423 channel->vAux1 = channel->vAux1_1; in __MIXRmtUpdateSettings()
466 channel->vAux1_1 = __MIXGetVolume(channel->aux1); in __MIXRmtUpdateSettings()
471 channel->vAux1_1 = __MIXGetVolume(channel->fader1 + channel->aux1); in __MIXRmtUpdateSettings()
527 if((*p++ = (u16)((channel->vAux1_1 - channel->vAux1) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-3.3/include/revolution/
Dmix.h175 u16 vAux1_1; member