Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1080 Size invalidSize = findInvalidSize(supportedSizes); in testStreamConfigurationMap() local
1084 invalidSize.getWidth() <= MAX_ROUNDING_WIDTH) { in testStreamConfigurationMap()
1086 invalidSize.getWidth(), in testStreamConfigurationMap()
1087 invalidSize.getHeight(), in testStreamConfigurationMap()
1094 invalidSize.toString(), format), in testStreamConfigurationMap()
1135 Size invalidSize = findInvalidSize(opaqueSizes); in testStreamConfigurationMap() local
1136 st.setDefaultBufferSize(invalidSize.getWidth(), invalidSize.getHeight()); in testStreamConfigurationMap()
1139 invalidSize.toString()), in testStreamConfigurationMap()
1315 Size invalidSize = new Size(goodSizes.get(0).getWidth() + 1, goodSizes.get(0).getHeight()); in findInvalidSize() local
1316 while(goodSizes.contains(invalidSize)) { in findInvalidSize()
[all …]