Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java5366 final Size fullHD = new Size(1920, 1080); in getMaxExternalRecordingSize() local
5371 if (sz.getWidth() <= fullHD.getWidth() && sz.getHeight() <= fullHD.getHeight()) { in getMaxExternalRecordingSize()
5386 return fullHD; // doesn't matter what size is returned here in getMaxExternalRecordingSize()