Loading graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/PixelFormat.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -63,4 +63,5 @@ enum PixelFormat { STENCIL_8 = 53, YCBCR_P010 = 54, HSV_888 = 55, R_8 = 56, } graphics/common/aidl/android/hardware/graphics/common/PixelFormat.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -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, } Loading
graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/PixelFormat.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -63,4 +63,5 @@ enum PixelFormat { STENCIL_8 = 53, YCBCR_P010 = 54, HSV_888 = 55, R_8 = 56, }
graphics/common/aidl/android/hardware/graphics/common/PixelFormat.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -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, }