Home
last modified time | relevance | path

Searched refs:m_convolverL (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DHRTFPanner.cpp52 , m_convolverL(fftSizeForSampleRate(sampleRate)) in HRTFPanner()
75 m_convolverL.reset(); in reset()
222m_convolverL.process(kernelL->fftFrame(), segmentDestinationL, segmentDestinationL, framesPerSegme… in pan()
DHRTFPanner.h60 FFTConvolver m_convolverL; variable