HomeSort by relevance Sort by last modified time
    Searched refs:increasing_threshold (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/audio/
audio_quality_measurement.py 705 increasing_threshold = left_block_amplitude[index] + delta_margin
708 if right_block_amplitude[index] > increasing_threshold:
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_quality_measurement.py 732 increasing_threshold = left_block_amplitude[index] + delta_margin
735 if right_block_amplitude[index] > increasing_threshold:
    [all...]

Completed in 165 milliseconds