Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1027 Long resultExpTime = result.get(CaptureResult.SENSOR_EXPOSURE_TIME); in verifyAntiBandingMode() local
1028 assertNotNull("Exposure time shouldn't be null", resultExpTime); in verifyAntiBandingMode()
1037 validateExposureTime(requestExpTime, resultExpTime); in verifyAntiBandingMode()
1041 long expectedExpTime = resultExpTime; // Default, no exposure adjustment. in verifyAntiBandingMode()
1045 getAntiFlickeringExposureTime(ANTI_FLICKERING_50HZ, resultExpTime); in verifyAntiBandingMode()
1049 getAntiFlickeringExposureTime(ANTI_FLICKERING_60HZ, resultExpTime); in verifyAntiBandingMode()
1055 expectedExpTime = resultExpTime; in verifyAntiBandingMode()
1058 getAntiFlickeringExposureTime(ANTI_FLICKERING_60HZ, resultExpTime); in verifyAntiBandingMode()
1061 getAntiFlickeringExposureTime(ANTI_FLICKERING_50HZ, resultExpTime); in verifyAntiBandingMode()
1065 if (Math.abs(resultExpTime - expectedExpTime) > EXPOSURE_TIME_ERROR_MARGIN_NS) { in verifyAntiBandingMode()
[all …]