Searched refs:INPUT_RESOLUTION_COUNT (Results 1 – 1 of 1) sorted by relevance
4699 static final int INPUT_RESOLUTION_COUNT = 2; field in CameraTestUtils.MaxStreamSizes4765 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()