Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java545 int loopLimit = 30; in findDngInterpolationFactor() local
547 while (lastDiff > tolerance && loopLimit > 0) { in findDngInterpolationFactor()
577 loopLimit--; in findDngInterpolationFactor()
589 if (loopLimit == 0) { in findDngInterpolationFactor()