HomeSort by relevance Sort by last modified time
    Searched refs:thdPassPercentile (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/test_description/processing/
recording_thd.py 59 thdPassPercentile = inputData[3]
67 print "THD Host %", thdHost, "THD device %", thdDevice, "Margain % ", thdPassPercentile
68 if (thdDevice < (thdHost + thdPassPercentile)) and (thdHost < thdPassPercentile):
playback_thd.py 49 thdPassPercentile = inputData[2]
53 print "THD %", thd, "Margain % ", thdPassPercentile
54 if (thd < thdPassPercentile):

Completed in 2933 milliseconds