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