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

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

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

parents f0567981 2baa8cf1
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,
}