OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freq_threshold
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/audio/
check_quality.py
64
parser.add_argument('--freq-threshold', metavar='
FREQ_THRESHOLD
', type=float,
351
def check_freqs(self, expected_freqs,
freq_threshold
):
356
@param
freq_threshold
: The difference threshold to compare two
368
if abs(dominant_freq - expected_freq) >
freq_threshold
:
497
checker.check_freqs(args.freqs, args.
freq_threshold
)
/external/stressapptest/src/
worker.h
826
CpuFreqThread(int num_cpus, int
freq_threshold
, int round);
worker.cc
[
all
...]
Completed in 1175 milliseconds