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