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

  /external/webkit/Source/WebCore/platform/audio/
Reverb.cpp 109 m_convolvers.reserveCapacity(numberOfChannels);
116 m_convolvers.append(convolver.release());
150 size_t numReverbChannels = m_convolvers.size();
156 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
157 m_convolvers[1]->process(sourceChannelR, destinationChannelR, framesToProcess);
162 m_convolvers[i]->process(sourceChannelL, destinationChannel, framesToProcess);
166 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
177 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
187 m_convolvers[0]->process(sourceChannelL, destinationChannelL, framesToProcess);
188 m_convolvers[1]->process(sourceChannelL, destinationChannelR, framesToProcess)
    [all...]
Reverb.h 58 Vector<OwnPtr<ReverbConvolver> > m_convolvers; member in class:WebCore::Reverb

Completed in 51 milliseconds