Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java221 public boolean isHardwareLevelAtLeastFull() { in isHardwareLevelAtLeastFull() method in StaticMetadata
403 if (isHardwareLevelAtLeastFull() && in getExposureClampToRange()
471 if (isHardwareLevelAtLeastFull() || isCapabilitySupported( in getMinimumFocusDistanceChecked()
715 if (isHardwareLevelAtLeastFull()) { in getAvailableHotPixelModesChecked()
1012 if (isHardwareLevelAtLeastFull()) { in getMaxAnalogSensitivityChecked()
1083 if (isHardwareLevelAtLeastFull()) { in getSensitivityMinimumOrDefault()
1118 if (isHardwareLevelAtLeastFull()) { in getSensitivityMaximumOrDefault()
1306 … !isHardwareLevelAtLeastFull() || modeList.contains(CameraMetadata.CONTROL_AE_MODE_OFF); in getAeAvailableModesChecked()
1337 if (isHardwareLevelAtLeastFull()) { in getAwbAvailableModesChecked()
1669 if (isHardwareLevelAtLeastFull()) { in getAvailableEdgeModesChecked()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java96 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testHwSupportedLevel()
161 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testMaxNumOutputStreams()
DBurstCaptureRawTest.java451 if (!staticInfo.isHardwareLevelAtLeastFull()) { in checkCapability()
DAllocationTest.java774 if (fullHwLevel && !staticInfo.isHardwareLevelAtLeastFull()) { in forEachCamera()
DSurfaceViewPreviewTest.java803 } else if (mStaticInfo.isHardwareLevelAtLeastFull()) { in surfaceSetTestByCamera()
DCaptureResultTest.java749 if (staticInfo.isHardwareLevelAtLeastFull()) { in getWaiverKeysForCamera()
DRobustnessTest.java2032 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testVerifyMandatoryOutputCombinationTables()
2155 if (mStaticInfo.isHardwareLevelAtLeastFull()) { in testVerifyReprocessMandatoryOutputCombinationTables()
DExtendedCameraCharacteristicsTest.java2681 staticInfo.isHardwareLevelAtLeastFull());