OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_smoothingRate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.h
53
double
m_smoothingRate
;
DelayDSPKernel.cpp
54
m_smoothingRate
= AudioUtilities::discreteTimeConstantForSampleRate(SmoothingTimeConstant, processor->sampleRate());
75
m_smoothingRate
= AudioUtilities::discreteTimeConstantForSampleRate(SmoothingTimeConstant, sampleRate);
106
m_currentDelayTime += (delayTime - m_currentDelayTime) *
m_smoothingRate
;
Completed in 585 milliseconds