Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java285 if (!(mStaticInfo.hasFocuser() && maxAfRegions > 0)) { in testTouchForFocus()
592 boolean hasFocuser = mStaticInfo.hasFocuser(); in takePictureTestByCamera()
620 boolean canSetAfRegion = hasFocuser && (afRegions != null) && in takePictureTestByCamera()
622 if (hasFocuser) { in takePictureTestByCamera()
643 if (hasFocuser) { in takePictureTestByCamera()
753 if (hasFocuser) { in takePictureTestByCamera()
1432 mStaticInfo.hasFocuser()); in isRegionsSupportedFor3A()
1433 isRegionsSupported = isRegionsSupported && mStaticInfo.hasFocuser(); in isRegionsSupportedFor3A()
DStaticMetadataTest.java385 if (mStaticInfo.hasFocuser()) { in validateCapability()
407 if (mStaticInfo.hasFocuser()) { in validateCapability()
DBurstCaptureTest.java168 if (mStaticInfo.hasFocuser()) { in yuvBurstTestByCamera()
DRobustnessTest.java438 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testBasicTriggerSequence()
576 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testSimultaneousTriggers()
677 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAfThenAeTrigger()
792 if (mStaticInfo.isHardwareLevelLegacy() || !mStaticInfo.hasFocuser()) { in testAeThenAfTrigger()
DCameraDeviceTest.java1494 boolean hasFocuser = props.getKeys().contains(CameraCharacteristics. in checkAfMode()
1498 if (!hasFocuser) { in checkAfMode()
DCaptureRequestTest.java514 if (!mStaticInfo.hasFocuser()) { in testFocusDistanceControl()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java346 public boolean hasFocuser() { in hasFocuser() method in StaticMetadata
360 boolean hasFocuser = false; in hasFocuser()
367 hasFocuser = true; in hasFocuser()
372 return hasFocuser; in hasFocuser()
937 if (hasFocuser()) { in getHyperfocalDistanceChecked()
1263 if (hasFocuser()) { in getAfAvailableModesChecked()
DCamera2Focuser.java123 if (!mStaticInfo.hasFocuser()) { in Camera2Focuser()