Searched refs:PolyphaseResampler (Results 1 – 10 of 10) sorted by relevance
31 class PolyphaseResampler : public MultiChannelResampler {37 explicit PolyphaseResampler(const MultiChannelResampler::Builder &builder);39 virtual ~PolyphaseResampler() = default;
24 PolyphaseResampler::PolyphaseResampler(const MultiChannelResampler::Builder &builder) in PolyphaseResampler() function in PolyphaseResampler39 void PolyphaseResampler::readFrame(float *frame) { in readFrame()
26 class PolyphaseResamplerMono : public PolyphaseResampler {
26 class PolyphaseResamplerStereo : public PolyphaseResampler {
25 : PolyphaseResampler(builder) { in PolyphaseResamplerMono()
25 : PolyphaseResampler(builder) { in PolyphaseResamplerStereo()
95 return new PolyphaseResampler(*this); in build()
46 src/flowgraph/resampler/PolyphaseResampler.cpp
93 "src/flowgraph/resampler/PolyphaseResampler.cpp",
71 "../externals/oboe/src/flowgraph/resampler/PolyphaseResampler.cpp",