Searched defs:PushSincResampler (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(size_t source_frames, function in class:webrtc::PushSincResampler
31 PushSincResampler::~PushSincResampler() {
34 size_t PushSincResampler::Resample(const int16_t* source,
49 size_t PushSincResampler::Resample(const float* source,
81 void PushSincResampler::Run(size_t frames, float* destination) {
H A Dpush_sinc_resampler.h25 class PushSincResampler : public SincResamplerCallback { class in namespace:webrtc
30 PushSincResampler(size_t source_frames, size_t destination_frames);
31 ~PushSincResampler() override;
71 RTC_DISALLOW_COPY_AND_ASSIGN(PushSincResampler);

Completed in 73 milliseconds