Searched refs:kKernelInterpolationFactor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/base/
H A Dsinc_resampler_perftest.cc18 static const double kKernelInterpolationFactor = 0.5; member in namespace:media
40 kKernelInterpolationFactor);
H A Dsinc_resampler_unittest.cc120 static const double kKernelInterpolationFactor = 0.5; member in namespace:media
137 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
140 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
146 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
149 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc34 static const double kKernelInterpolationFactor = 0.5; member in namespace:webrtc
147 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
150 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
156 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
159 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
184 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
201 resampler.kernel_storage_.get(), kKernelInterpolationFactor);
214 resampler.kernel_storage_.get(), kKernelInterpolationFactor);

Completed in 1584 milliseconds