Home
last modified time | relevance | path

Searched refs:NUM_PRIMARY_VOICES (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth.h57 #ifndef NUM_PRIMARY_VOICES
58 #define NUM_PRIMARY_VOICES MAX_SYNTH_VOICES macro
60 #define NUM_SECONDARY_VOICES (MAX_SYNTH_VOICES - NUM_PRIMARY_VOICES)
76 #define NUM_WT_VOICES NUM_PRIMARY_VOICES
81 #define NUM_WT_VOICES NUM_PRIMARY_VOICES
Deas_wtsynth.c398 if (voiceNum < NUM_PRIMARY_VOICES) in WT_StartVoice()
427 if (voiceNum >= NUM_PRIMARY_VOICES) in WT_StartVoice()
439 WTE_ConfigVoice(voiceNum - NUM_PRIMARY_VOICES, &wtConfig, pVoiceMgr->pFrameBuffer); in WT_StartVoice()
597 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES)); in WT_UpdateVoice()
607 if (voiceNum < NUM_PRIMARY_VOICES) in WT_UpdateVoice()
614 WTE_ProcessVoice(voiceNum - NUM_PRIMARY_VOICES, &intFrame.frame, pVoiceMgr->pFrameBuffer); in WT_UpdateVoice()
Deas_voicemgt.c147 if (voiceNum < NUM_PRIMARY_VOICES) in GetSynthPtr()
159 if (voiceNum >= NUM_PRIMARY_VOICES) in GetAdjustedVoiceNum()
160 return voiceNum - NUM_PRIMARY_VOICES; in GetAdjustedVoiceNum()
289 pVoiceMgr->maxPolyphonyPrimary = NUM_PRIMARY_VOICES; in VMInitialize()
1632 highVoice = NUM_PRIMARY_VOICES - 1; in VMStartVoice()
1636 lowVoice = NUM_PRIMARY_VOICES; in VMStartVoice()
3051 if (polyphonyCount > NUM_PRIMARY_VOICES) in VMSetSynthPolyphony()
3052 polyphonyCount = NUM_PRIMARY_VOICES; in VMSetSynthPolyphony()