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

  /external/webkit/Source/WebCore/webaudio/
RealtimeAnalyser.h 73 static const double DefaultSmoothingTimeConstant;
RealtimeAnalyser.cpp 50 const double RealtimeAnalyser::DefaultSmoothingTimeConstant = 0.8;
63 , m_smoothingTimeConstant(DefaultSmoothingTimeConstant)

Completed in 516 milliseconds