OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostRecording
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test_description/processing/
recording_thd.py
56
hostRecording
= inputData[0]
62
delay = calc_delay.calc_delay(
hostRecording
, deviceRecording)
65
thdHost = calc_thd(
hostRecording
[delay:delay+N], signalFrequency, samplingRate, 0.02) * 100
playback_thd.py
47
hostRecording
= inputData[0]
52
thd = calc_thd(
hostRecording
, signalFrequency, samplingRate, 0.02) * 100
Completed in 22 milliseconds