Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java71 private static final Size QVGA = new Size(320, 240); field in ExtendedCameraCharacteristicsTest
200 if (activeArraySize.getWidth() >= QVGA.getWidth() && in testAvailableStreamConfigs()
201 activeArraySize.getHeight() >= QVGA.getHeight()) { in testAvailableStreamConfigs()
204 ImageFormat.JPEG, mIds[counter]), jpegSizes, QVGA); in testAvailableStreamConfigs()