Home
last modified time | relevance | path

Searched refs:SENSOR_EXPOSURE_TIME (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2CaptureRequestTest.java246 getValueNotNull(resultsDuringLock[0], CaptureResult.SENSOR_EXPOSURE_TIME); in autoAeMultipleCapturesThenTestLock()
249 resultsDuringLock[i], CaptureResult.SENSOR_EXPOSURE_TIME, expTimeLocked); in autoAeMultipleCapturesThenTestLock()
288 long resultExpTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in aeManualControlTest()
318 requestBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, expTime); in changeExposure()
414 long expTime = getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME); in validateFrameDurationForCapture()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraOps.java568 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
573 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraOps.java604 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure()); in setParameters()
609 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure()); in setParameters()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java3164 public static final Key<Long> SENSOR_EXPOSURE_TIME = field in CaptureResult
DCaptureRequest.java2498 public static final Key<Long> SENSOR_EXPOSURE_TIME = field in CaptureRequest
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2028 if (staticInfo.areKeysAvailable(CaptureResult.SENSOR_EXPOSURE_TIME)) { in verifyJpegExifExtraTags()
2031 long expTimeResult = result.get(CaptureResult.SENSOR_EXPOSURE_TIME); in verifyJpegExifExtraTags()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12946 …blic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Long> SENSOR_EXPOSURE_TIME;
13024 …ublic static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_EXPOSURE_TIME;
/frameworks/base/config/
Dhiddenapi-public-dex.txt13279 Landroid/hardware/camera2/CaptureRequest;->SENSOR_EXPOSURE_TIME:Landroid/hardware/camera2/CaptureRe…
13362 Landroid/hardware/camera2/CaptureResult;->SENSOR_EXPOSURE_TIME:Landroid/hardware/camera2/CaptureRes…
/frameworks/base/api/
Dcurrent.txt16324 …blic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Long> SENSOR_EXPOSURE_TIME;
16418 …ublic static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_EXPOSURE_TIME;