OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_delay
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/common_audio/
audio_converter_unittest.cc
51
size_t
best_delay
= 0;
local
79
best_delay
= delay;
82
printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr,
best_delay
);
/external/webrtc/webrtc/voice_engine/
utility_unittest.cc
95
size_t
best_delay
= 0;
local
110
best_delay
= delay;
113
printf("SNR=%.1f dB at delay=%" PRIuS "\n", best_snr,
best_delay
);
/external/autotest/client/cros/audio/
audio_helper.py
692
@returns: A tuple (max cross-correlation,
best_delay
) if data is valid.
708
max_cross_correlation,
best_delay
= get_max_cross_correlation(
754
return max_cross_correlation,
best_delay
+ end_trimmed_length
769
best_delay
: The best delay of test data in relative to golden
779
max_cross_correlation,
best_delay
= get_one_channel_correlation(
782
result_dict['
best_delay
'] =
best_delay
[
all
...]
Completed in 143 milliseconds