OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtVoices
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
120
pVoiceMgr->
wtVoices
[i].artIndex = DEFAULT_ARTICULATION_INDEX;
122
pVoiceMgr->
wtVoices
[i].eg1State = DEFAULT_EG1_STATE;
123
pVoiceMgr->
wtVoices
[i].eg1Value = DEFAULT_EG1_VALUE;
124
pVoiceMgr->
wtVoices
[i].eg1Increment = DEFAULT_EG1_INCREMENT;
126
pVoiceMgr->
wtVoices
[i].eg2State = DEFAULT_EG2_STATE;
127
pVoiceMgr->
wtVoices
[i].eg2Value = DEFAULT_EG2_VALUE;
128
pVoiceMgr->
wtVoices
[i].eg2Increment = DEFAULT_EG2_INCREMENT;
132
pVoiceMgr->
wtVoices
[i].gainLeft = DEFAULT_VOICE_GAIN;
133
pVoiceMgr->
wtVoices
[i].gainRight = DEFAULT_VOICE_GAIN;
136
pVoiceMgr->
wtVoices
[i].phaseFrac = DEFAULT_PHASE_FRAC
[
all
...]
eas_synth.h
352
S_WT_VOICE
wtVoices
[NUM_WT_VOICES];
/external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c
120
pVoiceMgr->
wtVoices
[i].artIndex = DEFAULT_ARTICULATION_INDEX;
122
pVoiceMgr->
wtVoices
[i].eg1State = DEFAULT_EG1_STATE;
123
pVoiceMgr->
wtVoices
[i].eg1Value = DEFAULT_EG1_VALUE;
124
pVoiceMgr->
wtVoices
[i].eg1Increment = DEFAULT_EG1_INCREMENT;
126
pVoiceMgr->
wtVoices
[i].eg2State = DEFAULT_EG2_STATE;
127
pVoiceMgr->
wtVoices
[i].eg2Value = DEFAULT_EG2_VALUE;
128
pVoiceMgr->
wtVoices
[i].eg2Increment = DEFAULT_EG2_INCREMENT;
132
pVoiceMgr->
wtVoices
[i].gainLeft = DEFAULT_VOICE_GAIN;
133
pVoiceMgr->
wtVoices
[i].gainRight = DEFAULT_VOICE_GAIN;
136
pVoiceMgr->
wtVoices
[i].phaseFrac = DEFAULT_PHASE_FRAC
[
all
...]
eas_dlssynth.c
58
pWTVoice = &pVoiceMgr->
wtVoices
[voiceNum];
68
pVoiceMgr->
wtVoices
[voiceNum].eg1State = eEnvelopeStateRelease;
70
pVoiceMgr->
wtVoices
[voiceNum].eg2State = eEnvelopeStateRelease;
86
pWTVoice = &pVoiceMgr->
wtVoices
[voiceNum];
117
pWTVoice = &pVoiceMgr->
wtVoices
[voiceNum];
316
pWTVoice = &pVoiceMgr->
wtVoices
[voiceNum];
389
pWTVoice = &pVoiceMgr->
wtVoices
[voiceNum];
eas_synth.h
352
S_WT_VOICE
wtVoices
[NUM_WT_VOICES];
/external/sonivox/arm-fm-22k/lib_src/
eas_synth.h
352
S_WT_VOICE
wtVoices
[NUM_WT_VOICES];
Completed in 26 milliseconds