Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java5154 int inputResolutionIndex = getInputResolutionIndex(resolutionIndex); in getMaxInputSizeForFormat() local
5155 if (inputResolutionIndex >= INPUT_RESOLUTION_COUNT || inputResolutionIndex == -1) { in getMaxInputSizeForFormat()
5160 return mMaxPrivInputSizes[inputResolutionIndex]; in getMaxInputSizeForFormat()
5162 return mMaxYuvInputSizes[inputResolutionIndex]; in getMaxInputSizeForFormat()