HomeSort by relevance Sort by last modified time
    Searched full:errormargin (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java 652 float errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_UNCALIBRATED;
656 errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_CALIBRATED;
659 errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_APPROXIMATE;
663 hyperFocalDistance * (1.0f - errorMargin),
664 hyperFocalDistance * (1.0f + errorMargin)
    [all...]

Completed in 179 milliseconds