Searched refs:hyperfocalDistance (Results 1 – 2 of 2) sorted by relevance
1137 Float hyperfocalDistance = getValueFromKeyNonNull(key); in getHyperfocalDistanceChecked() local1138 if (hyperfocalDistance == null) { in getHyperfocalDistanceChecked()1145 + " should be in the range of (%f, %f]", hyperfocalDistance, 0.0f, in getHyperfocalDistanceChecked()1147 hyperfocalDistance > 0 && hyperfocalDistance <= minFocusDistance); in getHyperfocalDistanceChecked()1150 return hyperfocalDistance; in getHyperfocalDistanceChecked()
1443 float hyperfocalDistance = 0; in verifyFocusDistance() local1445 hyperfocalDistance = mStaticInfo.getHyperfocalDistanceChecked(); in verifyFocusDistance()1454 Math.max(requestedDistances[i], hyperfocalDistance) * (1.0f + errorMargin); in verifyFocusDistance()1470 Math.max(requestedDistances[i], hyperfocalDistance) * (1.0f + errorMargin); in verifyFocusDistance()