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

Commit 2baa8cf1 authored by Steven Moreland's avatar Steven Moreland
Browse files

android.hardware.graphics.common V4 += Hdr type

Bug: 241349060
Test: m
Change-Id: I2e1561f4ccb59a2a833af9a7afd07840ab2ebfa4
parent 8ec89e35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ enum Hdr {
  HDR10 = 2,
  HLG = 3,
  HDR10_PLUS = 4,
  DOLBY_VISION_4K30 = 5,
}
+4 −0
Original line number Diff line number Diff line
@@ -39,4 +39,8 @@ enum Hdr {
     * Device supports HDR10+
     */
    HDR10_PLUS = 4,
    /**
     * If present, indicates that device supports Dolby Vision only up to 4k30hz graphics mode
     */
    DOLBY_VISION_4K30 = 5,
}