OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eg2State
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h
98
/* eg1State and
eg2State
*/
153
EAS_U8
eg2State
;
eas_wtsynth.c
126
pVoiceMgr->wtVoices[i].
eg2State
= DEFAULT_EG2_STATE;
190
pWTVoice->
eg2State
= eEnvelopeStateRelease;
227
pVoiceMgr->wtVoices[voiceNum].
eg2State
= eEnvelopeStateMuted;
352
pWTVoice->
eg2State
= eEnvelopeStateAttack;
871
switch (pWTVoice->
eg2State
)
883
pWTVoice->
eg2State
= eEnvelopeStateDecay;
901
pWTVoice->
eg2State
= eEnvelopeStateSustain;
914
pWTVoice->
eg2State
= eEnvelopeStateMuted;
929
pWTVoice->
eg2State
); */ }
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h
98
/* eg1State and
eg2State
*/
153
EAS_U8
eg2State
;
eas_dlssynth.c
70
pVoiceMgr->wtVoices[voiceNum].
eg2State
= eEnvelopeStateRelease;
100
pWTVoice->
eg2State
= eEnvelopeStateRelease;
325
pWTVoice->
eg2State
= eEnvelopeStateInit;
326
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->
eg2State
);
336
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->
eg2State
);
396
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->
eg2State
);
eas_wtsynth.c
126
pVoiceMgr->wtVoices[i].
eg2State
= DEFAULT_EG2_STATE;
190
pWTVoice->
eg2State
= eEnvelopeStateRelease;
227
pVoiceMgr->wtVoices[voiceNum].
eg2State
= eEnvelopeStateMuted;
352
pWTVoice->
eg2State
= eEnvelopeStateAttack;
877
switch (pWTVoice->
eg2State
)
889
pWTVoice->
eg2State
= eEnvelopeStateDecay;
907
pWTVoice->
eg2State
= eEnvelopeStateSustain;
920
pWTVoice->
eg2State
= eEnvelopeStateMuted;
935
pWTVoice->
eg2State
); */ }
[
all
...]
Completed in 79 milliseconds