Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc93 double total_time_sinc_us = (TickTime::Now() - start).Microseconds(); in ResampleBenchmarkTest() local
95 total_time_sinc_us / kResampleIterations); in ResampleBenchmarkTest()
119 (total_time_us - total_time_sinc_us) / total_time_sinc_us * 100); in ResampleBenchmarkTest()