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.java1176 Size invalidSize = findInvalidSize(supportedSizes); in testStreamConfigurationMap() local
1180 invalidSize.getWidth() <= MAX_ROUNDING_WIDTH) { in testStreamConfigurationMap()
1182 invalidSize.getWidth(), in testStreamConfigurationMap()
1183 invalidSize.getHeight(), in testStreamConfigurationMap()
1190 invalidSize.toString(), format), in testStreamConfigurationMap()
1231 Size invalidSize = findInvalidSize(opaqueSizes); in testStreamConfigurationMap() local
1232 st.setDefaultBufferSize(invalidSize.getWidth(), invalidSize.getHeight()); in testStreamConfigurationMap()
1235 invalidSize.toString()), in testStreamConfigurationMap()
1532 Size invalidSize = new Size(goodSizes.get(0).getWidth() + 1, goodSizes.get(0).getHeight()); in findInvalidSize() local
1533 while(goodSizes.contains(invalidSize)) { in findInvalidSize()
[all …]