Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java857 float currentAr = ((float) s.getWidth()) / s.getHeight(); in test10bitRepeatingAndCaptureCombined() local
858 if (Math.abs(targetAr - currentAr) < 0.01) { in test10bitRepeatingAndCaptureCombined()
1441 float currentAr = ((float) s.getWidth()) / s.getHeight(); in testRepeatingAndCaptureCombined() local
1442 if (Math.abs(targetAr - currentAr) < 0.01) { in testRepeatingAndCaptureCombined()
2982 float currentAr = ((float) s.getWidth()) / s.getHeight(); in testIllegalArguments() local
2983 if (Math.abs(targetAr - currentAr) < 0.01) { in testIllegalArguments()