Searched refs:getValueNotNull (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2CaptureRequestTest.java | 25 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()
|
D | Camera2StillCaptureTest.java | 26 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()
|
D | Camera2RecordingTest.java | 29 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);
|
D | Camera2SwitchPreviewTest.java | 70 import static com.android.mediaframeworktest.helpers.CameraTestUtils.getValueNotNull;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 1554 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
|