Loading media/java/android/media/CamcorderProfile.java +6 −1 Original line number Diff line number Diff line Loading @@ -120,9 +120,14 @@ public class CamcorderProfile */ public static final int QUALITY_4kDCI = 13; /** @hide * Quality level corresponding to 4K DCI resolution */ public static final int QUALITY_HVGA = 18; // Start and end of quality list private static final int QUALITY_LIST_START = QUALITY_LOW; private static final int QUALITY_LIST_END = QUALITY_4kDCI; private static final int QUALITY_LIST_END = QUALITY_HVGA; /** * Time lapse quality level corresponding to the lowest available resolution. Loading Loading
media/java/android/media/CamcorderProfile.java +6 −1 Original line number Diff line number Diff line Loading @@ -120,9 +120,14 @@ public class CamcorderProfile */ public static final int QUALITY_4kDCI = 13; /** @hide * Quality level corresponding to 4K DCI resolution */ public static final int QUALITY_HVGA = 18; // Start and end of quality list private static final int QUALITY_LIST_START = QUALITY_LOW; private static final int QUALITY_LIST_END = QUALITY_4kDCI; private static final int QUALITY_LIST_END = QUALITY_HVGA; /** * Time lapse quality level corresponding to the lowest available resolution. Loading