OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eg1State
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
68
pVoiceMgr->wtVoices[voiceNum].
eg1State
= eEnvelopeStateRelease;
92
if (pWTVoice->
eg1State
== eEnvelopeStateAttack)
96
pWTVoice->
eg1State
= eEnvelopeStateRelease;
125
pWTVoice->
eg1State
= eEnvelopeStateDecay;
206
if (pWTVoice->
eg1State
!= eEnvelopeStateAttack)
323
pWTVoice->
eg1State
= eEnvelopeStateInit;
324
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->
eg1State
);
335
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->
eg1State
);
395
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg1, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->
eg1State
);
442
if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->
eg1State
== eEnvelopeStateMuted)
[
all
...]
eas_wtsynth.c
122
pVoiceMgr->wtVoices[i].
eg1State
= DEFAULT_EG1_STATE;
180
pWTVoice->
eg1State
= eEnvelopeStateRelease;
226
pVoiceMgr->wtVoices[voiceNum].
eg1State
= eEnvelopeStateMuted;
263
pWTVoice->
eg1State
= eEnvelopeStateDecay;
349
pWTVoice->
eg1State
= eEnvelopeStateAttack;
583
if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->
eg1State
== eEnvelopeStateMuted))
784
switch (pWTVoice->
eg1State
)
796
pWTVoice->
eg1State
= eEnvelopeStateDecay;
814
pWTVoice->
eg1State
= eEnvelopeStateSustain;
818
pWTVoice->
eg1State
= eEnvelopeStateMuted
[
all
...]
eas_wtengine.h
98
/*
eg1State
and eg2State */
152
EAS_U8
eg1State
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
122
pVoiceMgr->wtVoices[i].
eg1State
= DEFAULT_EG1_STATE;
180
pWTVoice->
eg1State
= eEnvelopeStateRelease;
226
pVoiceMgr->wtVoices[voiceNum].
eg1State
= eEnvelopeStateMuted;
263
pWTVoice->
eg1State
= eEnvelopeStateDecay;
349
pWTVoice->
eg1State
= eEnvelopeStateAttack;
577
if ((pVoice->voiceState != eVoiceStateStolen) && (pWTVoice->
eg1State
== eEnvelopeStateMuted))
778
switch (pWTVoice->
eg1State
)
790
pWTVoice->
eg1State
= eEnvelopeStateDecay;
808
pWTVoice->
eg1State
= eEnvelopeStateSustain;
812
pWTVoice->
eg1State
= eEnvelopeStateMuted
[
all
...]
eas_wtengine.h
98
/*
eg1State
and eg2State */
152
EAS_U8
eg1State
;
Completed in 28 milliseconds