Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Daudio_quality_measurement.py136 NEAR_SINE_START_OR_END_SECS = 0.01 variable
444 if ((start_index - rate * NEAR_SINE_START_OR_END_SECS) <= index and
445 (index < end_index + rate * NEAR_SINE_START_OR_END_SECS)):