Searched defs:RGB_565 (Results 1 - 5 of 5) 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
122 case RGB_565:
H A DPixelFormat.java40 public static final int RGB_565 = 4; field in class:PixelFormat
H A DBitmap.java303 RGB_565 (4), enum constant in enum:Bitmap.Config
337 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
559 case RGB_565:
560 newConfig = Config.RGB_565;
666 * support per-pixel alpha (e.g. RGB_565), then the alpha
701 * support per-pixel alpha (e.g. RGB_565), then the alpha
889 * this is always false (e.g. RGB_565), since they do not support per-pixel
902 * Note, for some configs (e.g. RGB_565) this call is ignored, since it
/frameworks/rs/cpp/
H A DRenderScript.h99 Element *RGB_565; member in struct:android::renderscriptCpp::RenderScript::__anon1542
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java476 public static Element RGB_565(RenderScript rs) { method in class:Element

Completed in 123 milliseconds