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

  /external/webkit/Source/WebCore/webaudio/
AudioParam.cpp 36 const double AudioParam::DefaultSmoothingConstant = 0.05;
AudioParam.h 41 static const double DefaultSmoothingConstant;
57 , m_smoothingConstant(DefaultSmoothingConstant)

Completed in 672 milliseconds