Searched refs:hyperfocal (Results 1 – 4 of 4) sorted by relevance
56 Float hyperfocal = characteristics.get(CameraCharacteristics.LENS_INFO_HYPERFOCAL_DISTANCE); in getDiopterToRatioCalculator() local58 if (nearest == null && hyperfocal == null) { in getDiopterToRatioCalculator()63 hyperfocal = (hyperfocal == null) ? 0.0f : hyperfocal; in getDiopterToRatioCalculator()65 if (nearest > hyperfocal) { in getDiopterToRatioCalculator()66 return new LinearScale(hyperfocal, nearest, 0, 1); in getDiopterToRatioCalculator()69 return new LinearScale(nearest, hyperfocal, 0, 1); in getDiopterToRatioCalculator()