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

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDynamicsCompressorKernel.h56 float attackTime,
H A DDynamicsCompressor.cpp149 float attackTime = parameterValue(ParamAttack); member in namespace:WebCore
175 attackTime,
H A DDynamicsCompressorKernel.cpp212 float attackTime,
243 attackTime = max(0.001f, attackTime);
244 float attackFrames = attackTime * sampleRate;
204 process(const float* sourceChannels[], float* destinationChannels[], unsigned numberOfChannels, unsigned framesToProcess, float dbThreshold, float dbKnee, float ratio, float attackTime, float releaseTime, float preDelayTime, float dbPostGain, float effectBlend, float releaseZone1, float releaseZone2, float releaseZone3, float releaseZone4 ) argument
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimatorNone.h71 Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime);
73 // Note that the times can be overspecified such that releaseTime or releaseTime and attackTime are greater
74 // than animationTime. animationTime takes priority over releaseTime, capping it. attackTime is capped at
H A DScrollAnimatorNone.cpp62 ScrollAnimatorNone::Parameters::Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime) argument
67 , m_attackTime(attackTime)
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h108 EAS_I16 attackTime; member in struct:s_envelope_tag
121 EAS_I16 attackTime; member in struct:s_dls_envelope_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_sndlib.h108 EAS_I16 attackTime; member in struct:s_envelope_tag
121 EAS_I16 attackTime; member in struct:s_dls_envelope_tag
H A Deas_wtsynth.c351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_sndlib.h108 EAS_I16 attackTime; member in struct:s_envelope_tag
121 EAS_I16 attackTime; member in struct:s_dls_envelope_tag
H A Deas_dlssynth.c491 if (pEnvParams->attackTime != ZERO_TIME_IN_CENTS)
494 temp = pEnvParams->attackTime + ((pEnvParams->velToAttack * pVoice->velocity) >> 7);
H A Deas_wtsynth.c351 pWTVoice->eg1Increment = pArt->eg1.attackTime;
354 pWTVoice->eg2Increment = pArt->eg2.attackTime;
H A Deas_mdls.c2346 pArt->eg1.attackTime = pDLSArt->values[PARAM_VOL_EG_ATTACK];
2358 pArt->eg2.attackTime = pDLSArt->values[PARAM_MOD_EG_ATTACK];

Completed in 599 milliseconds