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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Reverb.cpp 118 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[1]->process(sourceChannelL, destinationChannelR, framesToProcess)
    [all...]
Reverb.h 61 Vector<OwnPtr<ReverbConvolver> > m_convolvers; member in class:WebCore::Reverb

Completed in 61 milliseconds