Searched refs:m_convolvers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverb.cpp118 m_convolvers.reserveCapacity(numberOfChannels);
125 m_convolvers.append(convolver.release());
159 size_t numReverbChannels = m_convolvers.size();
165 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
166 m_convolvers[1]->process(sourceChannelR, destinationChannelR, framesToProcess);
171 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);
175 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
186 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
196 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
197 m_convolvers[
[all...]
H A DReverb.h61 Vector<OwnPtr<ReverbConvolver> > m_convolvers; member in class:blink::Reverb

Completed in 58 milliseconds