OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filterCoefficientsDirty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadProcessor.h
69
bool
filterCoefficientsDirty
() const { return m_filterCoefficientsDirty; }
BiquadDSPKernel.cpp
45
if (forceUpdate || biquadProcessor()->
filterCoefficientsDirty
()) {
Completed in 95 milliseconds