Home
last modified time | relevance | path

Searched refs:hasFocuser (Results 1 – 10 of 10) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java136 boolean hasFocuser = staticMeta.hasFocuser() && !fixedFocusExternal; in matchParametersToCharacteristics()
140 if (hasFocuser != legacyHasFocuser) { in matchParametersToCharacteristics()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java472 if (!(staticInfo.hasFocuser() && maxAfRegions > 0)) { in testTouchForFocus()
897 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()
925 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()
927 if (hasFocuser) { in takePictureTestByCamera()
949 if (hasFocuser) { in takePictureTestByCamera()
1059 if (hasFocuser) { in takePictureTestByCamera()
1833 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()
1834 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
DStaticMetadataTest.java405 if (mStaticInfo.hasFocuser()) { in validateCapability()
427 if (mStaticInfo.hasFocuser()) { in validateCapability()
DBurstCaptureTest.java236 if (mStaticInfo.hasFocuser()) { in burstTestByCamera()
DRobustnessTest.java1111 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testBasicTriggerSequence()
1251 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testSimultaneousTriggers()
1354 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAfThenAeTrigger()
1471 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAeThenAfTrigger()
1589 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAeAndAfCausality()
DCameraDeviceTest.java1984 boolean hasFocuser = props.getKeys().contains(CameraCharacteristics. in checkAfMode()
1988 if (!hasFocuser) { in checkAfMode()
DCameraExtensionSessionTest.java2340 if (!staticMeta.hasFocuser()) { in testAFMetering()
DCaptureRequestTest.java699 if (!staticInfo.hasFocuser()) { in testFocusDistanceControl()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCamera2Focuser.java123 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()
DStaticMetadata.java432 public boolean hasFocuser() { in hasFocuser() method in StaticMetadata
446 boolean hasFocuser = false; in hasFocuser()
453 hasFocuser = true; in hasFocuser()
458 return hasFocuser; in hasFocuser()
1142 if (hasFocuser()) { in getHyperfocalDistanceChecked()
1472 if (hasFocuser()) { in getAfAvailableModesChecked()