Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea1eecb4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "CamcorderProfile: Add 4k DCI timelapse encoder constant"

parents 628bc01b 64bafd26
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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.