Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java126 boolean hasFocuser = staticMeta.hasFocuser() && !fixedFocusExternal; in matchParametersToCharacteristics()
130 if (hasFocuser != legacyHasFocuser) { in matchParametersToCharacteristics()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java375 if (!(staticInfo.hasFocuser() && maxAfRegions > 0)) { in testTouchForFocus()
783 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()
811 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()
813 if (hasFocuser) { in takePictureTestByCamera()
835 if (hasFocuser) { in takePictureTestByCamera()
945 if (hasFocuser) { in takePictureTestByCamera()
1703 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()
1704 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
DStaticMetadataTest.java395 if (mStaticInfo.hasFocuser()) { in validateCapability()
417 if (mStaticInfo.hasFocuser()) { in validateCapability()
DBurstCaptureTest.java235 if (mStaticInfo.hasFocuser()) { in burstTestByCamera()
DRobustnessTest.java740 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testBasicTriggerSequence()
880 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testSimultaneousTriggers()
983 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAfThenAeTrigger()
1100 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAeThenAfTrigger()
1218 if (staticInfo.isHardwareLevelLegacy() || !staticInfo.hasFocuser()) { in testAeAndAfCausality()
DCameraDeviceTest.java1973 boolean hasFocuser = props.getKeys().contains(CameraCharacteristics. in checkAfMode()
1977 if (!hasFocuser) { in checkAfMode()
DCaptureRequestTest.java673 if (!staticInfo.hasFocuser()) { in testFocusDistanceControl()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java420 public boolean hasFocuser() { in hasFocuser() method in StaticMetadata
434 boolean hasFocuser = false; in hasFocuser()
441 hasFocuser = true; in hasFocuser()
446 return hasFocuser; in hasFocuser()
1046 if (hasFocuser()) { in getHyperfocalDistanceChecked()
1376 if (hasFocuser()) { in getAfAvailableModesChecked()
DCamera2Focuser.java123 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()