Home
last modified time | relevance | path

Searched refs:eg2Increment (Results 1 – 5 of 5) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtsynth.c128 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT; in WT_Initialize()
191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime; in WT_ReleaseVoice()
354 pWTVoice->eg2Increment = pArt->eg2.attackTime; in WT_StartVoice()
874 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment; in WT_UpdateEG2()
885 pWTVoice->eg2Increment = pEnv->decayTime; in WT_UpdateEG2()
892 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment; in WT_UpdateEG2()
909 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment; in WT_UpdateEG2()
Deas_wtengine.h151 EAS_I16 eg2Increment; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c128 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT; in WT_Initialize()
191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime; in WT_ReleaseVoice()
354 pWTVoice->eg2Increment = pArt->eg2.attackTime; in WT_StartVoice()
880 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment; in WT_UpdateEG2()
891 pWTVoice->eg2Increment = pEnv->decayTime; in WT_UpdateEG2()
898 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment; in WT_UpdateEG2()
915 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment; in WT_UpdateEG2()
Deas_dlssynth.c71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_MuteVoice()
101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime; in DLS_ReleaseVoice()
326 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_StartVoice()
336 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_StartVoice()
396 …lope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2… in DLS_UpdateVoice()
Deas_wtengine.h151 EAS_I16 eg2Increment; member