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

Commit 3785ec3f authored by Emilian Peev's avatar Emilian Peev Committed by Steve Kondik
Browse files

CamcorderProfile: Add 4k timelapse encoder constants

 4k encoder constants during timelapse are added
 for the 4k timelapse use case.

CRs-Fixed: 642013
Change-Id: I901fa362242477dad84130d23055815cdfee6167
parent d043b6bf
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -184,9 +184,19 @@ public class CamcorderProfile
     */
    public static final int QUALITY_TIME_LAPSE_WQVGA = 1011;

    /** @hide
     * Time lapse quality level corresponding to the 4k UHD resolution.
     */
    public static final int QUALITY_TIME_LAPSE_4kUHD = 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;

    /**
     * Default recording duration in seconds before the session is terminated.