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

Commit 64bafd26 authored by Emilian Peev's avatar Emilian Peev Committed by Gerrit - the friendly Code Review server
Browse files

CamcorderProfile: Add 4k DCI timelapse encoder constant

 4k encoder constant during timelapse is added
 for the 4k timelapse use case.

CRs-Fixed: 642013
Change-Id: I901fa362242477dad84130d23055815cdfee6167
parent 628bc01b
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.