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

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h 151 EAS_I16 eg2Increment;
eas_wtsynth.c 128 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT;
191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
874 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment;
885 pWTVoice->eg2Increment = pEnv->decayTime;
892 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment;
909 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 151 EAS_I16 eg2Increment;
eas_dlssynth.c 71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
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 128 pVoiceMgr->wtVoices[i].eg2Increment = DEFAULT_EG2_INCREMENT;
191 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
880 temp = pWTVoice->eg2Value + pWTVoice->eg2Increment;
891 pWTVoice->eg2Increment = pEnv->decayTime;
898 temp = pWTVoice->eg2Value -pWTVoice->eg2Increment;
915 temp = pWTVoice->eg2Value - pWTVoice->eg2Increment;
    [all...]

Completed in 1512 milliseconds