Searched refs:SincResamplerStereo (Results 1 – 4 of 4) sorted by relevance
28 class SincResamplerStereo : public SincResampler {30 explicit SincResamplerStereo(const MultiChannelResampler::Builder &builder);32 virtual ~SincResamplerStereo() = default;
26 SincResamplerStereo::SincResamplerStereo(const MultiChannelResampler::Builder &builder) in SincResamplerStereo() function in SincResamplerStereo31 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame()49 void SincResamplerStereo::readFrame(float *frame) { in readFrame()
102 return new SincResamplerStereo(*this); in build()
234 "flowgraph/resampler/SincResamplerStereo.cpp",