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.java1153 int loopLimit = 30; in findDngInterpolationFactor() local
1155 while (lastDiff > tolerance && loopLimit > 0) { in findDngInterpolationFactor()
1185 loopLimit--; in findDngInterpolationFactor()
1197 if (loopLimit == 0) { in findDngInterpolationFactor()