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

Commit 90827a35 authored by Alok Kediya's avatar Alok Kediya Committed by Linux Build Service Account
Browse files

Media: Add quality levels for two 4k resolutions for camcorder

Add quality levels for two 4k resoltuions for camcorder
(cherrypicked from commit 96cade18e068306a3d04ec943b4c61e2817ea54b )

Change-Id: I1c9e9d0bafd566071e98d335ca6f2de6eb96a71d
(cherry picked from commit d3ff34920391435de1cda07f1674ac4047b4967e)
(cherry picked from commit 152f78ae3f314a6efb02a4602bce4fba65569c48)
parent d1097f37
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -109,10 +109,20 @@ public class CamcorderProfile
     */
    public static final int QUALITY_WQVGA = 11;

    /**
    * {@hide}
    */
    public static final int QUALITY_4kUHD = 12;

    /**
    * {@hide}
    */

    public static final int QUALITY_4kDCI = 13;

    // Start and end of quality list
    private static final int QUALITY_LIST_START = QUALITY_LOW;
    private static final int QUALITY_LIST_END = QUALITY_WQVGA;
    private static final int QUALITY_LIST_END = QUALITY_4kDCI;

    /**
     * Time lapse quality level corresponding to the lowest available resolution.