Searched refs:pIncrement (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_dlssynth.c45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState) argument
477 *pIncrement = pEnvParams->delayTime;
478 if (*pIncrement != 0)
483 if (*pIncrement)
485 *pIncrement = *pIncrement - 1;
495 *pIncrement = ConvertRate(temp);
505 temp = *pValue + *pIncrement;
516 *pIncrement
[all...]

Completed in 1616 milliseconds