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.java409 RGB_565 (4), enum constant in enum:Bitmap.Config
447 null, null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
691 case RGB_565:
692 newConfig = Config.RGB_565;
836 * support per-pixel alpha (e.g. RGB_565), then the alpha
861 * support per-pixel alpha (e.g. RGB_565), then the alpha
900 * support per-pixel alpha (e.g. RGB_565), then the alpha
921 * support per-pixel alpha (e.g. RGB_565), then the alpha
1012 * {@link Bitmap.Config#RGB_565}.</p>
1029 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::__anon1587
759 * Utility function for returning an Element containing an RGB_565 pixel.
763 static sp<const Element> RGB_565(sp<RS> rs);

Completed in 129 milliseconds