Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java5017 Size maxYuv30fpsSize = null; in MaxStreamSizes() local
5046 if (maxYuv30fpsSize == null in MaxStreamSizes()
5047 || comparator.compare(maxYuv30fpsSize, s) < 0) { in MaxStreamSizes()
5048 maxYuv30fpsSize = s; in MaxStreamSizes()
5053 maxYuv30fpsSize != null); in MaxStreamSizes()
5091 mMaxYuvSizes[MAX_30FPS] = maxYuv30fpsSize; in MaxStreamSizes()