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

Commit c2bd0294 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Add AIDL PixelFormat::R_8"

parents 0d8bf103 c0ae66a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,4 +63,5 @@ enum PixelFormat {
  STENCIL_8 = 53,
  YCBCR_P010 = 54,
  HSV_888 = 55,
  R_8 = 56,
}
+7 −0
Original line number Diff line number Diff line
@@ -498,4 +498,11 @@ enum PixelFormat {
     * interpretation is defined by the dataspace.
     */
    HSV_888 = 0x37,

    /**
     * 8 bit format with a single 8-bit component.
     *
     * The component values are unsigned normalized to the range [0, 1].
     */
    R_8 = 0x38,
}