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

Commit 9dcad4b5 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Add enum type for supported HDR metadata

Test: Builds

Bug: 112508112
Bug: 120990898
Change-Id: If6e01bad9275b057d9bdbe963a25b7a26b7198a2
parent 613e49e9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -32,6 +32,15 @@ __BEGIN_DECLS
 * They can be used to better tone map content to user's display.
 */

/**
 * HDR metadata standards that are supported by Android.
 */
enum AHdrMetadataType : uint32_t {
    HDR10_SMPTE2086 = 1,
    HDR10_CTA861_3 = 2,
    HDR10PLUS_SEI = 3,
};

/**
 * Color is defined in CIE XYZ coordinates.
 */