Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2CaptureRequestTest.java25 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
245 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_SENSITIVITY); in autoAeMultipleCapturesThenTestLock()
247 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_EXPOSURE_TIME); in autoAeMultipleCapturesThenTestLock()
289 long resultExpTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in aeManualControlTest()
290 int resultSensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); in aeManualControlTest()
415 long expTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in validateFrameDurationForCapture()
416 long frameDuration = getValueNotNull(result, CaptureResult.SENSOR_FRAME_DURATION); in validateFrameDurationForCapture()
436 Byte pipelineDepth = getValueNotNull(result, CaptureResult.REQUEST_PIPELINE_DEPTH); in validatePipelineDepth()
DCamera2StillCaptureTest.java26 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
287 getValueNotNull(result, CaptureResult.CONTROL_AWB_REGIONS); in takePictureTestByCamera()
331 getValueNotNull(result, CaptureResult.CONTROL_AE_REGIONS); in takePictureTestByCamera()
353 getValueNotNull(result, CaptureResult.CONTROL_AF_REGIONS); in takePictureTestByCamera()
DCamera2RecordingTest.java29 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
1009 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1013 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
1018 long nextTS = getValueNotNull(nextResult, CaptureResult.SENSOR_TIMESTAMP);
DCamera2SwitchPreviewTest.java70 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1554 public static <T> T getValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in getValueNotNull() method in CameraTestUtils
1564 public static <T> T getValueNotNull(CameraCharacteristics characteristics, in getValueNotNull() method in CameraTestUtils