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

Commit 9775b162 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 42dd925a bdbd4b39
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -124,11 +124,17 @@ public class CamcorderProfile
    * {@hide}
    */

    public static final int QUALITY_2160P = 14;
    public static final int QUALITY_HVGA = 14;

    /**
    * {@hide}
    */

    public static final int QUALITY_2160P = 15;

    // 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.