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

  /packages/apps/Camera2/src/com/android/camera/ui/focus/
LensRangeCalculator.java 52 // Infinity Hyperfocal Minimum Camera
56 Float hyperfocal = characteristics.get(CameraCharacteristics.LENS_INFO_HYPERFOCAL_DISTANCE); local
58 if (nearest == null && hyperfocal == null) {
63 hyperfocal = (hyperfocal == null) ? 0.0f : hyperfocal;
65 if (nearest > hyperfocal) {
66 return new LinearScale(hyperfocal, nearest, 0, 1);
69 return new LinearScale(nearest, hyperfocal, 0, 1);
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 85 # Test: pixel_pitch, FOV, and hyperfocal distance are reasonable
107 hyperfocal = 1.0 / diopter_hyperfocal
108 print "Assert hyperfocal distance: %.2f m" % hyperfocal
109 assert 0.02 <= hyperfocal
  /cts/apps/CameraITS/tests/scene3/
test_lens_position.py 75 hyperfocal = props['android.lens.info.hyperfocalDistance']
76 fds_f = np.arange(hyperfocal, min_fd, (min_fd-hyperfocal)/(NUM_STEPS-1))

Completed in 510 milliseconds