Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java759 dynamicBlackLevels[i] = getValueNotNull(result, in dynamicBlackWhiteLevelTestByCamera()
761 dynamicWhiteLevels[i] = getValueNotNull(result, in dynamicBlackWhiteLevelTestByCamera()
901 resultDistances[i] = getValueNotNull(result, CaptureResult.LENS_FOCUS_DISTANCE); in focusDistanceTestRepeating()
902 resultLensStates[i] = getValueNotNull(result, CaptureResult.LENS_STATE); in focusDistanceTestRepeating()
929 Float focusDistance = getValueNotNull(result, CaptureResult.LENS_FOCUS_DISTANCE); in focusDistanceTestRepeating()
973 resultDistances[i] = getValueNotNull(result, CaptureResult.LENS_FOCUS_DISTANCE); in focusDistanceTestBurst()
974 resultLensStates[i] = getValueNotNull(result, CaptureResult.LENS_STATE); in focusDistanceTestBurst()
1553 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_SENSITIVITY); in autoAeMultipleCapturesThenTestLock()
1555 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_EXPOSURE_TIME); in autoAeMultipleCapturesThenTestLock()
1597 long resultExpTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in aeManualControlTest()
[all …]
DStillCaptureTest.java582 getValueNotNull(result, CaptureResult.CONTROL_AWB_REGIONS); in takePictureTestByCamera()
626 getValueNotNull(result, CaptureResult.CONTROL_AE_REGIONS); in takePictureTestByCamera()
648 getValueNotNull(result, CaptureResult.CONTROL_AF_REGIONS); in takePictureTestByCamera()
1133 (int) (getValueNotNull( in aeCompensationTestByCamera()
1135 getValueNotNull(normalResult, CaptureResult.SENSOR_SENSITIVITY), in aeCompensationTestByCamera()
1136 (int) (getValueNotNull( in aeCompensationTestByCamera()
1138 getValueNotNull(compensatedResult, CaptureResult.SENSOR_SENSITIVITY)); in aeCompensationTestByCamera()
1166 int expTimeUs = (int) (getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME) / 1000); in getExposureValue()
1167 int sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); in getExposureValue()
DImageReaderTest.java56 import static android.hardware.camera2.cts.CameraTestUtils.getValueNotNull;
860 getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in bufferFormatLongProcessingTimeTestByCamera()
862 getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); in bufferFormatLongProcessingTimeTestByCamera()
867 getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME), in bufferFormatLongProcessingTimeTestByCamera()
875 getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY), in bufferFormatLongProcessingTimeTestByCamera()
915 Long exposureTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in validateCaptureResult()
916 Integer sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); in validateCaptureResult()
DExtendedCameraCharacteristicsTest.java176 Rect activeRect = CameraTestUtils.getValueNotNull( in testAvailableStreamConfigs()
501 int[] actualCapabilities = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics()
520 Rect activeRect = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics()
560 boolean haveAeLock = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics()
562 boolean haveAwbLock = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics()
585 Range[] fpsRanges = CameraTestUtils.getValueNotNull( in testStaticBurstCharacteristics()
1154 int[] capabilities = CameraTestUtils.getValueNotNull( in testConstrainedHighSpeedCapability()
1159 CameraTestUtils.getValueNotNull( in testConstrainedHighSpeedCapability()
1254 Rect[] regions = CameraTestUtils.getValueNotNull(c, in testOpticalBlackRegions()
1279 Size size = CameraTestUtils.getValueNotNull(c, in testOpticalBlackRegions()
[all …]
DRecordingTest.java1307 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1311 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
1316 long nextTS = getValueNotNull(nextResult, CaptureResult.SENSOR_TIMESTAMP);
1385 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1389 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
DSurfaceViewPreviewTest.java496 long frameDuration = getValueNotNull(result, CaptureResult.SENSOR_FRAME_DURATION); in verifyPreviewTargetFpsRange()
503 long expTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in verifyPreviewTargetFpsRange()
DCameraTestUtils.java1580 public static <T> T getValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in getValueNotNull() method in CameraTestUtils
1590 public static <T> T getValueNotNull(CameraCharacteristics characteristics, in getValueNotNull() method in CameraTestUtils