Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mix/src/
Dremote.c418 channel->vAux2 = channel->vAux2_1; in __MIXRmtUpdateSettings()
469 channel->vAux2_1 = __MIXGetVolume(channel->aux2); in __MIXRmtUpdateSettings()
473 channel->vAux2_1 = __MIXGetVolume(channel->fader2 + channel->aux2); in __MIXRmtUpdateSettings()
532 if((*p++ = (u16)((channel->vAux2_1 - channel->vAux2) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-2.1/include/revolution/
Dmix.h163 u16 vAux2_1; member