Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java226 public boolean isHardwareLevelAtLeastFull() { in isHardwareLevelAtLeastFull() method in StaticMetadata
415 if (isHardwareLevelAtLeastFull() && in getExposureClampToRange()
483 if (isHardwareLevelAtLeastFull() || isCapabilitySupported( in getMinimumFocusDistanceChecked()
772 if (isHardwareLevelAtLeastFull()) { in getAvailableHotPixelModesChecked()
1108 if (isHardwareLevelAtLeastFull()) { in getMaxAnalogSensitivityChecked()
1179 if (isHardwareLevelAtLeastFull()) { in getSensitivityMinimumOrDefault()
1214 if (isHardwareLevelAtLeastFull()) { in getSensitivityMaximumOrDefault()
1402 … !isHardwareLevelAtLeastFull() || modeList.contains(CameraMetadata.CONTROL_AE_MODE_OFF); in getAeAvailableModesChecked()
1433 if (isHardwareLevelAtLeastFull()) { in getAwbAvailableModesChecked()
1765 if (isHardwareLevelAtLeastFull()) { in getAvailableEdgeModesChecked()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java106 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testHwSupportedLevel()
171 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testMaxNumOutputStreams()
DBurstCaptureRawTest.java451 if (!staticInfo.isHardwareLevelAtLeastFull()) { in checkCapability()
DSurfaceViewPreviewTest.java791 } else if (mStaticInfo.isHardwareLevelAtLeastFull()) { in surfaceSetTestByCamera()
DCaptureResultTest.java770 if (staticInfo.isHardwareLevelAtLeastFull()) { in getWaiverKeysForCamera()
DRobustnessTest.java2598 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testVerifyMandatoryOutputCombinationTables()
2843 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testVerifyReprocessMandatoryOutputCombinationTables()