Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java93 public static final Size SIZE_BOUND_1080P = new Size(1920, 1088); field in CameraTestUtils
96 public static final Size PREVIEW_SIZE_BOUND = SIZE_BOUND_1080P;
DRecordingTest.java752 Size maxVideoSize = SIZE_BOUND_1080P; in initSupportedVideoSize()