Searched refs:NUM_PRIMARY_VOICES (Results 1 – 10 of 10) sorted by relevance
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_synth.h | 57 #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
|
D | eas_voicemgt.c | 147 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/ |
D | eas_synth.h | 57 #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
|
D | eas_wtsynth.c | 394 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()
|
D | arm-hybrid-22k_lib.mak | 16 …_OUTPUT_CHANNELS=2 -D _SAMPLE_RATE_22050 -D MAX_SYNTH_VOICES=32 -D NUM_PRIMARY_VOICES=8 -D EAS_HYB…
|
D | eas_voicemgt.c | 147 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/ |
D | eas_synth.h | 57 #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
|
D | eas_wtsynth.c | 394 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()
|
D | eas_voicemgt.c | 147 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/ |
D | Makefile | 49 -D NUM_PRIMARY_VOICES=8 \
|