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

Commit bdbd4b39 authored by Surajit Podder's avatar Surajit Podder
Browse files

frameworks/base: Add HVGA camcorder profile

Added entry for HVGA resolution in camcorder profile

Change-Id: I251146197b099daeb786f75dc091d139cffa6842
parent 311ddea5
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.