Home | History | Annotate | Download | only in resampler

Lines Matching refs:Resampler

20 #include "resampler.h"
26 Resampler::Resampler()
46 Resampler::Resampler(int inFreq, int outFreq, ResamplerType type)
68 Resampler::~Resampler()
100 int Resampler::ResetIfNeeded(int inFreq, int outFreq, ResamplerType type)
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type)
189 slave_left_ = new Resampler(inFreq, outFreq, type);
190 slave_right_ = new Resampler(inFreq, outFreq, type);
431 int Resampler::Push(const WebRtc_Word16 * samplesIn, int lengthIn, WebRtc_Word16* samplesOut,
434 // Check that the resampler is not in asynchronous mode
996 int Resampler::Insert(WebRtc_Word16 * samplesIn, int lengthIn)
1057 int Resampler::Pull(WebRtc_Word16* samplesOut, int desiredLen, int &outLen)