D | ExtendedCameraCharacteristicsTest.java | 85 private static final Size HD = new Size(1280, 720); field in ExtendedCameraCharacteristicsTest 249 if (activeArrayWidth >= HD.getWidth() && in testAvailableStreamConfigs() 250 activeArrayHeight >= HD.getHeight()) { in testAvailableStreamConfigs() 253 ImageFormat.JPEG, mAllCameraIds[i]), jpegSizes, HD); in testAvailableStreamConfigs() 257 ImageFormat.HEIC, mAllCameraIds[i]), heicSizes, HD); in testAvailableStreamConfigs()
|