Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckTestActivity.java84 public static final float pitch_max_error = 0.35f; field in RVCVXCheckTestActivity.Criterion
206 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error, in activitySetUp()
234 mReport.pitch_rms_error, mReport.pitch_max_error, in activitySetUp()
323 assertLessThan("Pitch max error", mReport.pitch_max_error, Criterion.pitch_max_error); in test2PitchAxis()
DRVCVXCheckAnalyzer.java100 public double pitch_max_error; field in RVCVXCheckAnalyzer.AnalyzeReport
151 writer.name("pitch_max_error").value(pitch_max_error); in writeJSONToStream()
267 report.pitch_max_error = calcMaxErr(vrecs, srecs2, 1); in processDataSet()