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

Commit 2fdaa92d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add enum type for supported HDR metadata"

parents 1aaff311 9dcad4b5
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.
 */