HomeSort by relevance Sort by last modified time
    Searched refs:eg1Increment (Results 1 - 5 of 5) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h 150 EAS_I16 eg1Increment;
eas_wtsynth.c 124 pVoiceMgr->wtVoices[i].eg1Increment = DEFAULT_EG1_INCREMENT;
181 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime;
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
781 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
791 pWTVoice->eg1Increment = pEnv->decayTime;
798 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
821 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 150 EAS_I16 eg1Increment;
eas_dlssynth.c 69 pWTVoice->eg1Increment = pDLSArt->eg1ShutdownTime;
97 pWTVoice->eg1Increment = pDLSArt->eg1.releaseTime;
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);
eas_wtsynth.c 124 pVoiceMgr->wtVoices[i].eg1Increment = DEFAULT_EG1_INCREMENT;
181 pWTVoice->eg1Increment = pArticulation->eg1.releaseTime;
351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
787 temp = pWTVoice->eg1Value + pWTVoice->eg1Increment;
797 pWTVoice->eg1Increment = pEnv->decayTime;
804 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
827 temp = MULT_EG1_EG1(pWTVoice->eg1Value, pWTVoice->eg1Increment);
    [all...]

Completed in 456 milliseconds