HomeSort by relevance Sort by last modified time
    Searched refs:getValueNotNull (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java 647 Float focusDistance = getValueNotNull(result, CaptureResult.LENS_FOCUS_DISTANCE);
684 Float resultDistance = getValueNotNull(result, CaptureResult.LENS_FOCUS_DISTANCE);
    [all...]
SurfaceViewPreviewTest.java 168 long frameDuration = getValueNotNull(result, CaptureResult.SENSOR_FRAME_DURATION);
175 long expTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME);
StillCaptureTest.java 531 getValueNotNull(result, CaptureResult.CONTROL_AWB_REGIONS);
559 getValueNotNull(result, CaptureResult.CONTROL_AE_REGIONS);
581 getValueNotNull(result, CaptureResult.CONTROL_AF_REGIONS);
    [all...]
RecordingTest.java     [all...]
ImageReaderTest.java 51 import static android.hardware.camera2.cts.CameraTestUtils.getValueNotNull;
682 Long exposureTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME);
683 Integer sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY);
    [all...]
CameraTestUtils.java     [all...]

Completed in 224 milliseconds