Searched refs:SIZE_BOUND_2160P (Results 1 – 3 of 3) sorted by relevance
76 import static com.android.mediaframeworktest.helpers.CameraTestUtils.SIZE_BOUND_2160P;327 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
23 import static com.android.mediaframeworktest.helpers.CameraTestUtils.SIZE_BOUND_2160P;462 maxVideoSize = SIZE_BOUND_2160P; in initSupportedVideoSize()
99 public static final Size SIZE_BOUND_2160P = new Size(3840, 2160); field in CameraTestUtils