Loading media/java/android/media/CamcorderProfile.java +6 −1 Original line number Diff line number Diff line Loading @@ -189,9 +189,14 @@ public class CamcorderProfile */ public static final int QUALITY_TIME_LAPSE_WQVGA = 1012; /** @hide * Time lapse quality level corresponding to the 4k DCI resolution. */ public static final int QUALITY_TIME_LAPSE_4kDCI = 1013; // Start and end of timelapse quality list private static final int QUALITY_TIME_LAPSE_LIST_START = QUALITY_TIME_LAPSE_LOW; private static final int QUALITY_TIME_LAPSE_LIST_END = QUALITY_TIME_LAPSE_WQVGA; private static final int QUALITY_TIME_LAPSE_LIST_END = QUALITY_TIME_LAPSE_4kDCI; /** * High speed ( >= 100fps) 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 @@ -189,9 +189,14 @@ public class CamcorderProfile */ public static final int QUALITY_TIME_LAPSE_WQVGA = 1012; /** @hide * Time lapse quality level corresponding to the 4k DCI resolution. */ public static final int QUALITY_TIME_LAPSE_4kDCI = 1013; // Start and end of timelapse quality list private static final int QUALITY_TIME_LAPSE_LIST_START = QUALITY_TIME_LAPSE_LOW; private static final int QUALITY_TIME_LAPSE_LIST_END = QUALITY_TIME_LAPSE_WQVGA; private static final int QUALITY_TIME_LAPSE_LIST_END = QUALITY_TIME_LAPSE_4kDCI; /** * High speed ( >= 100fps) quality level corresponding to the lowest available resolution. Loading