Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java73 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument
74 long left = widthA * (long) heightA; in compareSizes()
77 left = widthA; in compareSizes()