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

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 48 static const double DefaultSmoothingConstant;
116 , m_smoothingConstant(DefaultSmoothingConstant)
AudioParam.cpp 40 const double AudioParam::DefaultSmoothingConstant = 0.05;

Completed in 94 milliseconds