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.java616 int loopLimit = 30; in findDngInterpolationFactor() local
618 while (lastDiff > tolerance && loopLimit > 0) { in findDngInterpolationFactor()
648 loopLimit--; in findDngInterpolationFactor()
660 if (loopLimit == 0) { in findDngInterpolationFactor()