Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1166 int expTimeUs = (int) (getValueNotNull(result, CaptureResult.SENSOR_EXPOSURE_TIME) / 1000); in getExposureValue() local
1168 return expTimeUs * sensitivity; in getExposureValue()