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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 41 const double AudioParam::SnapThreshold = 0.001;
90 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 49 static const double SnapThreshold;

Completed in 723 milliseconds