Searched defs:RGB_565 (Results 1 - 6 of 6) 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
368 case RGB_565:
406 case RGB_565:
H A DPixelFormat.java40 public static final int RGB_565 = 4; field in class:PixelFormat
95 case RGB_565:
157 case RGB_565:
H A DBitmap.java411 RGB_565 (3), enum constant in enum:Bitmap.Config
449 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
693 case RGB_565:
694 newConfig = Config.RGB_565;
839 * support per-pixel alpha (e.g. RGB_565), then the alpha
864 * support per-pixel alpha (e.g. RGB_565), then the alpha
903 * support per-pixel alpha (e.g. RGB_565), then the alpha
924 * support per-pixel alpha (e.g. RGB_565), then the alpha
1029 * {@link Bitmap.Config#RGB_565}.</p>
1214 * this is always false (e.g. RGB_565), sinc
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DElement.java488 public static Element RGB_565(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java443 public static Element RGB_565(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h228 sp<const Element> RGB_565; member in struct:android::RSC::RS::__anon1463
772 * Utility function for returning an Element containing an RGB_565 pixel.
776 static sp<const Element> RGB_565(sp<RS> rs);

Completed in 772 milliseconds