Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/mix/src/
Dremote.c421 channel->vAux0 = channel->vAux0_1; in __MIXRmtUpdateSettings()
457 channel->vAux0_1 = __MIXGetVolume(channel->aux0); in __MIXRmtUpdateSettings()
461 channel->vAux0_1 = __MIXGetVolume(channel->fader0 + channel->aux0); in __MIXRmtUpdateSettings()
515 if((*p++ = (u16)((channel->vAux0_1 - channel->vAux0) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-3.2/include/revolution/
Dmix.h170 u16 vAux0_1; member