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.java1866 Size invalidSize = findInvalidSize(supportedSizes); in testStreamConfigurationMap() local
1870 invalidSize.getWidth() <= MAX_ROUNDING_WIDTH) { in testStreamConfigurationMap()
1872 invalidSize.getWidth(), in testStreamConfigurationMap()
1873 invalidSize.getHeight(), in testStreamConfigurationMap()
1880 invalidSize.toString(), format), in testStreamConfigurationMap()
1921 Size invalidSize = findInvalidSize(opaqueSizes); in testStreamConfigurationMap() local
1922 st.setDefaultBufferSize(invalidSize.getWidth(), invalidSize.getHeight()); in testStreamConfigurationMap()
1925 invalidSize.toString()), in testStreamConfigurationMap()
2426 Size invalidSize = new Size(goodSizes.get(0).getWidth() + 1, goodSizes.get(0).getHeight());
2427 while(goodSizes.contains(invalidSize)) {
[all …]