Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc51 size_t best_delay = 0; in ComputeSNR() local
79 best_delay = delay; in ComputeSNR()
82 printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr, best_delay); in ComputeSNR()
/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc95 size_t best_delay = 0; in ComputeSNR() local
110 best_delay = delay; in ComputeSNR()
113 printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr, best_delay); in ComputeSNR()
/external/autotest/client/cros/audio/
Daudio_helper.py712 max_cross_correlation, best_delay = get_max_cross_correlation(
758 return max_cross_correlation, best_delay + end_trimmed_length
783 max_cross_correlation, best_delay = get_one_channel_correlation(
786 result_dict['best_delay'] = best_delay