|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <DownSampler.h>
Public Member Functions | |
| DownSampler (size_t inputBlockSize) | |
| void | process (const float *sourceP, float *destP, size_t sourceFramesToProcess) |
| void | reset () |
| size_t | latencyFrames () const |
| WebCore::DownSampler::DownSampler | ( | size_t | inputBlockSize | ) |
| size_t WebCore::DownSampler::latencyFrames | ( | ) | const |
| void WebCore::DownSampler::process | ( | const float * | sourceP, |
| float * | destP, | ||
| size_t | sourceFramesToProcess | ||
| ) |
| void WebCore::DownSampler::reset | ( | ) |
1.8.13