Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Daudio_quality_measurement.py140 NEAR_SINE_START_OR_END_SECS = 0.01 variable
466 if ((start_index - rate * NEAR_SINE_START_OR_END_SECS) <= index and
467 (index < end_index + rate * NEAR_SINE_START_OR_END_SECS)):