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

  /external/webkit/Source/WebCore/webaudio/
AudioParam.cpp 37 const double AudioParam::SnapThreshold = 0.001;
58 if (fabs(m_smoothedValue - m_value) < SnapThreshold) // FIXME: the threshold needs to be adjustable depending on range - but this is OK general purpose value.
AudioParam.h 42 static const double SnapThreshold;

Completed in 596 milliseconds