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

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

Merge "frameworks/base: Add HVGA camcorder profile"

parents 3eb61de8 b0d4f408
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.