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

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.h 54 float attackTime,
DynamicsCompressorKernel.cpp 212 float attackTime,
243 attackTime = max(0.001f, attackTime);
244 float attackFrames = attackTime * sampleRate;
DynamicsCompressor.cpp 195 float attackTime = parameterValue(ParamAttack);
222 attackTime,
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollAnimatorNone.h 72 Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime);
74 // Note that the times can be overspecified such that releaseTime or releaseTime and attackTime are greater
75 // than animationTime. animationTime takes priority over releaseTime, capping it. attackTime is capped at