Searched refs:source_int (Results 1 – 1 of 1) sorted by relevance
76 rtc::scoped_ptr<int16_t[]> source_int(new int16_t[input_samples]); in ResampleBenchmarkTest() local81 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() local178 source_int.get()); in ResampleTest()180 resampler.Resample(source_int.get(), in ResampleTest()