Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1352 Long resultExpTime = result.get(CaptureResult.SENSOR_EXPOSURE_TIME); in verifyAntiBandingMode() local
1353 assertNotNull("Exposure time shouldn't be null", resultExpTime); in verifyAntiBandingMode()
1362 validateExposureTime(requestExpTime, resultExpTime); in verifyAntiBandingMode()
1366 long expectedExpTime = resultExpTime; // Default, no exposure adjustment. in verifyAntiBandingMode()
1370 getAntiFlickeringExposureTime(ANTI_FLICKERING_50HZ, resultExpTime); in verifyAntiBandingMode()
1374 getAntiFlickeringExposureTime(ANTI_FLICKERING_60HZ, resultExpTime); in verifyAntiBandingMode()
1380 expectedExpTime = resultExpTime; in verifyAntiBandingMode()
1383 getAntiFlickeringExposureTime(ANTI_FLICKERING_60HZ, resultExpTime); in verifyAntiBandingMode()
1386 getAntiFlickeringExposureTime(ANTI_FLICKERING_50HZ, resultExpTime); in verifyAntiBandingMode()
1390 if (Math.abs(resultExpTime - expectedExpTime) > EXPOSURE_TIME_ERROR_MARGIN_NS) { in verifyAntiBandingMode()
[all …]