Searched refs:PushSincResampler (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler.cc | 20 PushSincResampler::PushSincResampler(size_t source_frames, in PushSincResampler() function in webrtc::PushSincResampler 31 PushSincResampler::~PushSincResampler() { in ~PushSincResampler() 34 size_t PushSincResampler::Resample(const int16_t* source, in Resample() 49 size_t PushSincResampler::Resample(const float* source, in Resample() 81 void PushSincResampler::Run(size_t frames, float* destination) { in Run()
|
D | push_sinc_resampler.h | 25 class PushSincResampler : public SincResamplerCallback { 30 PushSincResampler(size_t source_frames, size_t destination_frames); 31 ~PushSincResampler() override; 71 RTC_DISALLOW_COPY_AND_ASSIGN(PushSincResampler);
|
D | push_resampler.cc | 54 sinc_resampler_.reset(new PushSincResampler(src_size_10ms_mono, in InitializeIfNeeded() 61 sinc_resampler_right_.reset(new PushSincResampler(src_size_10ms_mono, in InitializeIfNeeded()
|
D | push_sinc_resampler_unittest.cc | 97 PushSincResampler resampler(input_samples, output_samples); in ResampleBenchmarkTest() 152 PushSincResampler resampler(input_block_size, output_block_size); in ResampleTest()
|
/external/webrtc/webrtc/common_audio/resampler/include/ |
D | push_resampler.h | 19 class PushSincResampler; variable 39 rtc::scoped_ptr<PushSincResampler> sinc_resampler_; 40 rtc::scoped_ptr<PushSincResampler> sinc_resampler_right_;
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_buffer.h | 24 class PushSincResampler; variable 157 ScopedVector<PushSincResampler> input_resamplers_; 158 ScopedVector<PushSincResampler> output_resamplers_;
|
D | audio_buffer.cc | 79 new PushSincResampler(input_num_frames_, in AudioBuffer() 87 new PushSincResampler(proc_num_frames_, in AudioBuffer()
|
/external/webrtc/webrtc/common_audio/ |
D | audio_converter.cc | 89 resamplers_.push_back(new PushSincResampler(src_frames, dst_frames)); in ResampleConverter() 101 ScopedVector<PushSincResampler> resamplers_;
|
D | audio_converter_unittest.cc | 129 PushSincResampler::AlgorithmicDelaySeconds(src_sample_rate_hz) * in RunAudioConverterTest()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 2583 PushSincResampler::AlgorithmicDelaySeconds(in_rate); in TEST_P() 2588 PushSincResampler::AlgorithmicDelaySeconds(ref_rate); in TEST_P() 2592 PushSincResampler::AlgorithmicDelaySeconds(out_rate); in TEST_P()
|