HomeSort by relevance Sort by last modified time
    Searched refs:GET_CHANNEL (Results 1 - 2 of 2) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 207 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
212 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
240 pool = pSynth->channels[GET_CHANNEL(pVoice->nextChannel)].pool;
245 pool = pSynth->channels[GET_CHANNEL(pVoice->channel)].pool;
753 channel = GET_CHANNEL(pVoiceMgr->voices[i].channel);
758 channel = GET_CHANNEL(pVoiceMgr->voices[i].nextChannel);
    [all...]
eas_synth.h 192 #define GET_CHANNEL(a) ((a) & 15)

Completed in 175 milliseconds