OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEAR_SINE_START_OR_END_SECS
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/audio/
audio_quality_measurement.py
135
# sine wave. | d | is determined by
NEAR_SINE_START_OR_END_SECS
.
136
NEAR_SINE_START_OR_END_SECS
= 0.01
443
# Check the docstring of
NEAR_SINE_START_OR_END_SECS
.
444
if ((start_index - rate *
NEAR_SINE_START_OR_END_SECS
) <= index and
445
(index < end_index + rate *
NEAR_SINE_START_OR_END_SECS
)):
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_quality_measurement.py
139
# sine wave. | d | is determined by
NEAR_SINE_START_OR_END_SECS
.
140
NEAR_SINE_START_OR_END_SECS
= 0.01
465
# Check the docstring of
NEAR_SINE_START_OR_END_SECS
.
466
if ((start_index - rate *
NEAR_SINE_START_OR_END_SECS
) <= index and
467
(index < end_index + rate *
NEAR_SINE_START_OR_END_SECS
)):
[
all
...]
Completed in 256 milliseconds