Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java80 public static final float pitch_rms_error = 0.15f; field in RVCVXCheckTestActivity.Criterion
199 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error, in activitySetUp()
234 mReport.pitch_rms_error, mReport.pitch_max_error, in activitySetUp()
322 assertLessThan("Pitch RMS error", mReport.pitch_rms_error, Criterion.pitch_rms_error); in test2PitchAxis()
DRVCVXCheckAnalyzer.java94 public double pitch_rms_error; field in RVCVXCheckAnalyzer.AnalyzeReport
148 writer.name("pitch_rms_error").value(pitch_rms_error); in writeJSONToStream()
263 report.pitch_rms_error = Math.sqrt(calcSqrErr(vrecs, srecs2, 1)); in processDataSet()