Home
last modified time | relevance | path

Searched refs:source_int (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc76 rtc::scoped_ptr<int16_t[]> source_int(new int16_t[input_samples]); in ResampleBenchmarkTest() local
81 source_int[i] = static_cast<int16_t>(floor(32767 * source[i] + 0.5)); in ResampleBenchmarkTest()
102 resampler.Resample(source_int.get(), in ResampleBenchmarkTest()
159 rtc::scoped_ptr<int16_t[]> source_int(new int16_t[input_block_size]); in ResampleTest() local
178 source_int.get()); in ResampleTest()
180 resampler.Resample(source_int.get(), in ResampleTest()