Searched refs:hyperfocalDistance (Results 1 – 2 of 2) sorted by relevance
962 Float hyperfocalDistance = getValueFromKeyNonNull(key); in getHyperfocalDistanceChecked() local963 if (hyperfocalDistance == null) { in getHyperfocalDistanceChecked()970 + " should be in the range of (%f, %f]", hyperfocalDistance, 0.0f, in getHyperfocalDistanceChecked()972 hyperfocalDistance > 0 && hyperfocalDistance <= minFocusDistance); in getHyperfocalDistanceChecked()975 return hyperfocalDistance; in getHyperfocalDistanceChecked()
1153 float hyperfocalDistance = 0; in verifyFocusDistance() local1155 hyperfocalDistance = mStaticInfo.getHyperfocalDistanceChecked(); in verifyFocusDistance()1164 Math.max(requestedDistances[i], hyperfocalDistance) * (1.0f + errorMargin); in verifyFocusDistance()1180 Math.max(requestedDistances[i], hyperfocalDistance) * (1.0f + errorMargin); in verifyFocusDistance()