Home
last modified time | relevance | path

Searched refs:isHardwareLevelAtLeastFull (Results 1 – 7 of 7) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java201 public boolean isHardwareLevelAtLeastFull() { in isHardwareLevelAtLeastFull() method in StaticMetadata
397 if (isHardwareLevelAtLeastFull() || isCapabilitySupported( in getMinimumFocusDistanceChecked()
641 if (isHardwareLevelAtLeastFull()) { in getAvailableHotPixelModesChecked()
903 if (isHardwareLevelAtLeastFull()) { in getMaxAnalogSensitivityChecked()
1193 … !isHardwareLevelAtLeastFull() || modeList.contains(CameraMetadata.CONTROL_AE_MODE_OFF); in getAeAvailableModesChecked()
1224 if (isHardwareLevelAtLeastFull()) { in getAwbAvailableModesChecked()
1529 if (isHardwareLevelAtLeastFull()) { in getAvailableEdgeModesChecked()
1560 if (isHardwareLevelAtLeastFull()) { in getAvailableNoiseReductionModesChecked()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java89 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testHwSupportedLevel()
153 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testMaxNumOutputStreams()
DBurstCaptureRawTest.java440 if (!mStaticInfo.isHardwareLevelAtLeastFull()) { in checkCapability()
DAllocationTest.java752 if (fullHwLevel && !staticInfo.isHardwareLevelAtLeastFull()) { in forEachCamera()
DSurfaceViewPreviewTest.java808 } else if (mStaticInfo.isHardwareLevelAtLeastFull()) { in surfaceSetTestByCamera()
DRobustnessTest.java296 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testMandatoryOutputCombinations()
403 if (staticInfo.isHardwareLevelAtLeastFull()) { in testMandatoryReprocessConfigurations()
DCaptureResultTest.java538 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in getWaiverKeysForCamera()