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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 80 public static final float pitch_max_error = 0.35f; field in class:RVCVXCheckTestActivity.Criterion
201 getReportLog().addValue("Pitch error MAX", mReport.pitch_max_error,
229 mReport.pitch_rms_error, mReport.pitch_max_error,
321 Assert.assertEquals("Pitch max error", 0.0, mReport.pitch_max_error,
322 Criterion.pitch_max_error);
RVCVXCheckAnalyzer.java 96 public double pitch_max_error; field in class:RVCVXCheckAnalyzer.AnalyzeReport
147 writer.name("pitch_max_error").value(pitch_max_error);
263 report.pitch_max_error = calcMaxErr(vrecs, srecs2, 1);
    [all...]

Completed in 224 milliseconds