Home
last modified time | relevance | path

Searched refs:PolyphaseResampler (Results 1 – 10 of 10) sorted by relevance

/external/oboe/src/flowgraph/resampler/
DPolyphaseResampler.h31 class PolyphaseResampler : public MultiChannelResampler {
37 explicit PolyphaseResampler(const MultiChannelResampler::Builder &builder);
39 virtual ~PolyphaseResampler() = default;
DPolyphaseResampler.cpp24 PolyphaseResampler::PolyphaseResampler(const MultiChannelResampler::Builder &builder) in PolyphaseResampler() function in PolyphaseResampler
39 void PolyphaseResampler::readFrame(float *frame) { in readFrame()
DPolyphaseResamplerMono.h26 class PolyphaseResamplerMono : public PolyphaseResampler {
DPolyphaseResamplerStereo.h26 class PolyphaseResamplerStereo : public PolyphaseResampler {
DPolyphaseResamplerMono.cpp25 : PolyphaseResampler(builder) { in PolyphaseResamplerMono()
DPolyphaseResamplerStereo.cpp25 : PolyphaseResampler(builder) { in PolyphaseResamplerStereo()
DMultiChannelResampler.cpp95 return new PolyphaseResampler(*this); in build()
/external/oboe/
DCMakeLists.txt46 src/flowgraph/resampler/PolyphaseResampler.cpp
DAndroid.bp93 "src/flowgraph/resampler/PolyphaseResampler.cpp",
/external/skia/third_party/oboe/
DBUILD.gn71 "../externals/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp",