Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4694 static final int RESOLUTION_COUNT = 16; field in CameraTestUtils.MaxStreamSizes
4756 private final Size[] mMaxPrivSizes = new Size[RESOLUTION_COUNT];
4757 private final Size[] mMaxJpegSizes = new Size[RESOLUTION_COUNT];
4758 private final Size[] mMaxJpegRSizes = new Size[RESOLUTION_COUNT];
4759 private final Size[] mMaxYuvSizes = new Size[RESOLUTION_COUNT];
4760 private final Size[] mMaxY8Sizes = new Size[RESOLUTION_COUNT];
4761 private final Size[] mMaxHeicSizes = new Size[RESOLUTION_COUNT];
5126 if (resolutionIndex >= RESOLUTION_COUNT) { in getOutputSizeForFormat()