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.java36 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
244 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_SENSITIVITY); in autoAeMultipleCapturesThenTestLock()
246 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_EXPOSURE_TIME); in autoAeMultipleCapturesThenTestLock()
288 long resultExpTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in aeManualControlTest()
289 int resultSensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); in aeManualControlTest()
414 long expTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in validateFrameDurationForCapture()
415 long frameDuration = getValueNotNull(result, CaptureResult.SENSOR_FRAME_DURATION); in validateFrameDurationForCapture()
435 Byte pipelineDepth = getValueNotNull(result, CaptureResult.REQUEST_PIPELINE_DEPTH); in validatePipelineDepth()
DCamera2StillCaptureTest.java54 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.java62 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
1003 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1007 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
1012 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.java1482 public static <T> T getValueNotNull(CaptureResult result, CaptureResult.Key<T> key) { in getValueNotNull() method in CameraTestUtils
1492 public static <T> T getValueNotNull(CameraCharacteristics characteristics, in getValueNotNull() method in CameraTestUtils