Searched refs:currChannel (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c2019 EAS_U8 currChannel; local
2040 currChannel = pCurrVoice->nextChannel;
2046 currChannel = pCurrVoice->channel;
2077 S_SYNTH_CHANNEL *pChannel = &pCurrSynth->channels[GET_CHANNEL(currChannel)];
2087 if ((note == currNote) && (channel == currChannel))
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c2019 EAS_U8 currChannel; local
2040 currChannel = pCurrVoice->nextChannel;
2046 currChannel = pCurrVoice->channel;
2077 S_SYNTH_CHANNEL *pChannel = &pCurrSynth->channels[GET_CHANNEL(currChannel)];
2087 if ((note == currNote) && (channel == currChannel))
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c2019 EAS_U8 currChannel; local
2040 currChannel = pCurrVoice->nextChannel;
2046 currChannel = pCurrVoice->channel;
2077 S_SYNTH_CHANNEL *pChannel = &pCurrSynth->channels[GET_CHANNEL(currChannel)];
2087 if ((note == currNote) && (channel == currChannel))

Completed in 41 milliseconds