Searched refs:writeFrame (Results 1 – 10 of 10) sorted by relevance
176 writeFrame(frame); in writeNextFrame()211 virtual void writeFrame(const float *frame);
34 void writeFrame(const float *frame) override;
36 void writeFrame(const float *frame) override;
27 void LinearResampler::writeFrame(const float *frame) { in writeFrame() function in LinearResampler
29 void PolyphaseResamplerMono::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerMono
29 void PolyphaseResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerStereo
31 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in SincResamplerStereo
109 void MultiChannelResampler::writeFrame(const float *frame) { in writeFrame() function in MultiChannelResampler