Home
last modified time | relevance | path

Searched refs:hyperfocalDistance (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java962 Float hyperfocalDistance = getValueFromKeyNonNull(key); in getHyperfocalDistanceChecked() local
963 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()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1153 float hyperfocalDistance = 0; in verifyFocusDistance() local
1155 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()