OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpSampler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
UpSampler.h
39
//
UpSampler
up-samples the source stream by a factor of 2x.
41
class
UpSampler
{
43
UpSampler
(size_t inputBlockSize);
UpSampler.cpp
35
#include "core/platform/audio/
UpSampler
.h"
41
UpSampler
::
UpSampler
(size_t inputBlockSize)
51
void
UpSampler
::initializeKernel()
77
void
UpSampler
::process(const float* sourceP, float* destP, size_t sourceFramesToProcess)
120
void
UpSampler
::reset()
126
size_t
UpSampler
::latencyFrames() const
Completed in 533 milliseconds