Loading libs/nativewindow/include/android/hdr_metadata.h +9 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
libs/nativewindow/include/android/hdr_metadata.h +9 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading