OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_upSampler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperDSPKernel.cpp
54
m_upSampler
= adoptPtr(new UpSampler(RenderingQuantum));
135
m_upSampler
->process(source, tempP, framesToProcess);
153
m_upSampler
->process(source, tempP, framesToProcess);
165
if (
m_upSampler
) {
166
m_upSampler
->reset();
182
latencyFrames +=
m_upSampler
->latencyFrames();
188
latencyFrames +=
m_upSampler
->latencyFrames();
WaveShaperDSPKernel.h
67
OwnPtr<UpSampler>
m_upSampler
;
Completed in 25 milliseconds