Searched refs:PolyphaseResamplerStereo (Results 1 – 4 of 4) sorted by relevance
28 class PolyphaseResamplerStereo : public PolyphaseResampler {30 explicit PolyphaseResamplerStereo(const MultiChannelResampler::Builder &builder);32 virtual ~PolyphaseResamplerStereo() = default;
24 PolyphaseResamplerStereo::PolyphaseResamplerStereo(const MultiChannelResampler::Builder &builder) in PolyphaseResamplerStereo() function in PolyphaseResamplerStereo29 void PolyphaseResamplerStereo::writeFrame(const float *frame) { in writeFrame()46 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame()
94 return new PolyphaseResamplerStereo(*this); in build()
232 "flowgraph/resampler/PolyphaseResamplerStereo.cpp",