Searched defs:Y8 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java76 * <p>Android Y8 format.</p>
78 * <p>Y8 is a YUV planar format comprised of a WxH Y plane only, with each pixel
103 public static final int Y8 = 0x20203859; field in class:ImageFormat
109 * being represented by 16 bits. It is just like {@link #Y8}, but has 16
239 case Y8:

Completed in 128 milliseconds