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.java1137 Float hyperfocalDistance = getValueFromKeyNonNull(key); in getHyperfocalDistanceChecked() local
1138 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()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1443 float hyperfocalDistance = 0; in verifyFocusDistance() local
1445 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()