Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4699 static final int INPUT_RESOLUTION_COUNT = 2; field in CameraTestUtils.MaxStreamSizes
4765 private final Size[] mMaxPrivInputSizes = new Size[INPUT_RESOLUTION_COUNT];
4766 private final Size[] mMaxYuvInputSizes = new Size[INPUT_RESOLUTION_COUNT];
5155 if (inputResolutionIndex >= INPUT_RESOLUTION_COUNT || inputResolutionIndex == -1) { in getMaxInputSizeForFormat()