Home
last modified time | relevance | path

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

/external/sonivox/arm-fm-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_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()
/external/sonivox/arm-hybrid-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.c394 if (voiceNum < NUM_PRIMARY_VOICES) in WT_StartVoice()
413 if (voiceNum >= NUM_PRIMARY_VOICES) in WT_StartVoice()
425 WTE_ConfigVoice(voiceNum - NUM_PRIMARY_VOICES, &wtConfig, pVoiceMgr->pFrameBuffer); in WT_StartVoice()
556 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES)); in WT_UpdateVoice()
561 if (voiceNum < NUM_PRIMARY_VOICES) in WT_UpdateVoice()
568 WTE_ProcessVoice(voiceNum - NUM_PRIMARY_VOICES, &intFrame.frame, pVoiceMgr->pFrameBuffer); in WT_UpdateVoice()
Darm-hybrid-22k_lib.mak16 …_OUTPUT_CHANNELS=2 -D _SAMPLE_RATE_22050 -D MAX_SYNTH_VOICES=32 -D NUM_PRIMARY_VOICES=8 -D EAS_HYB…
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()
/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.c394 if (voiceNum < NUM_PRIMARY_VOICES) in WT_StartVoice()
413 if (voiceNum >= NUM_PRIMARY_VOICES) in WT_StartVoice()
425 WTE_ConfigVoice(voiceNum - NUM_PRIMARY_VOICES, &wtConfig, pVoiceMgr->pFrameBuffer); in WT_StartVoice()
560 done = WT_CheckSampleEnd(pWTVoice, &intFrame, (EAS_BOOL) (voiceNum >= NUM_PRIMARY_VOICES)); in WT_UpdateVoice()
567 if (voiceNum < NUM_PRIMARY_VOICES) in WT_UpdateVoice()
574 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()
/external/sonivox/arm-hybrid-22k/
DMakefile49 -D NUM_PRIMARY_VOICES=8 \