Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/helpers/
DCameraUtils.java54 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument
56 long right = widthB * (long) heightB; in compareSizes()