webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for WebCore::SincResampler, including all inherited members.
consumeSource(float *buffer, unsigned numberOfSourceFrames) | WebCore::SincResampler | protected |
initializeKernel() | WebCore::SincResampler | protected |
m_blockSize | WebCore::SincResampler | protected |
m_inputBuffer | WebCore::SincResampler | protected |
m_isBufferPrimed | WebCore::SincResampler | protected |
m_kernelSize | WebCore::SincResampler | protected |
m_kernelStorage | WebCore::SincResampler | protected |
m_numberOfKernelOffsets | WebCore::SincResampler | protected |
m_scaleFactor | WebCore::SincResampler | protected |
m_source | WebCore::SincResampler | protected |
m_sourceFramesAvailable | WebCore::SincResampler | protected |
m_sourceProvider | WebCore::SincResampler | protected |
m_virtualSourceIndex | WebCore::SincResampler | protected |
process(const float *source, float *destination, unsigned numberOfSourceFrames) | WebCore::SincResampler | |
process(AudioSourceProvider *, float *destination, size_t framesToProcess) | WebCore::SincResampler | |
SincResampler(double scaleFactor, unsigned kernelSize=32, unsigned numberOfKernelOffsets=32) | WebCore::SincResampler |