Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/mix/src/
Dremote.c414 channel->vAux0 = channel->vAux0_1; in __MIXRmtUpdateSettings()
450 channel->vAux0_1 = __MIXGetVolume(channel->aux0); in __MIXRmtUpdateSettings()
454 channel->vAux0_1 = __MIXGetVolume(channel->fader0 + channel->aux0); in __MIXRmtUpdateSettings()
508 if((*p++ = (u16)((channel->vAux0_1 - channel->vAux0) / AX_RMT_SAMPLES_PER_FRAME)) != 0) in __MIXRmtUpdateSettings()
/RvlSDK-2.1/include/revolution/
Dmix.h153 u16 vAux0_1; member