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

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java28 * RGB format used for pictures encoded as RGB_565 see
31 public static final int RGB_565 = 4; field in class:ImageFormat
106 case RGB_565:
H A DPixelFormat.java40 public static final int RGB_565 = 4; field in class:PixelFormat
H A DBitmap.java277 RGB_565 (4), enum constant in enum:Bitmap.Config
311 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
524 case RGB_565:
525 newConfig = Config.RGB_565;
631 * support per-pixel alpha (e.g. RGB_565), then the alpha
666 * support per-pixel alpha (e.g. RGB_565), then the alpha
846 * this is always false (e.g. RGB_565), since they do not support per-pixel
859 * Note, for some configs (e.g. RGB_565) this call is ignored, since it
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java412 public static Element RGB_565(RenderScript rs) { method in class:Element

Completed in 2441 milliseconds