Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java559 final int TIMEOUT_MULTIPLIER = ultraHighResolution ? 2 : 1; in testMandatoryStreamCombination() local
561 ((staticInfo.isHardwareLevelLegacy()) ? 2000 : 1000) * TIMEOUT_MULTIPLIER; in testMandatoryStreamCombination()
941 final int TIMEOUT_MULTIPLIER = maxResolution ? 2 : 1; in testMandatoryReprocessableStreamCombination() local
942 final int TIMEOUT_FOR_RESULT_MS = 5000 * TIMEOUT_MULTIPLIER; in testMandatoryReprocessableStreamCombination()