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
231 case RGB_565:
H A DPixelFormat.java40 public static final int RGB_565 = 4; field in class:PixelFormat
95 case RGB_565:
H A DBitmap.java410 RGB_565 (3), enum constant in enum:Bitmap.Config
448 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
692 case RGB_565:
693 newConfig = Config.RGB_565;
837 * support per-pixel alpha (e.g. RGB_565), then the alpha
862 * support per-pixel alpha (e.g. RGB_565), then the alpha
901 * support per-pixel alpha (e.g. RGB_565), then the alpha
922 * support per-pixel alpha (e.g. RGB_565), then the alpha
1013 * {@link Bitmap.Config#RGB_565}.</p>
1030 return mIsPremultiplied && getConfig() != Config.RGB_565
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java483 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.h223 sp<const Element> RGB_565; member in struct:android::RSC::RS::__anon1589
759 * Utility function for returning an Element containing an RGB_565 pixel.
763 static sp<const Element> RGB_565(sp<RS> rs);

Completed in 153 milliseconds