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

Commit 0bdaefa7 authored by Surajit Podder's avatar Surajit Podder Committed by Steve Kondik
Browse files

frameworks/base: Add HVGA camcorder profile

Added entry for HVGA resolution in camcorder profile

Change-Id: I7f4e93a9ae9ea4063e0b32298931a3893ee7dd4f
parent 86306380
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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.