D | ExtendedCameraCharacteristicsTest.java | 93 private static final Size HD = new Size(1280, 720); field in ExtendedCameraCharacteristicsTest 265 if (activeArrayWidth >= HD.getWidth() && in testAvailableStreamConfigs() 266 activeArrayHeight >= HD.getHeight()) { in testAvailableStreamConfigs() 269 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, HD); in testAvailableStreamConfigs() 273 ImageFormat.HEIC, mAllCameraIds[i]), heicSizes, HD); in testAvailableStreamConfigs()
|