Searched defs:RGB_565 (Results 1 - 7 of 7) 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
701 case RGB_565:
750 case RGB_565:
H A DPixelFormat.java50 public static final int RGB_565 = 4; field in class:PixelFormat
105 case RGB_565:
167 case RGB_565:
H A DBitmap.java447 RGB_565 (3), enum constant in enum:Bitmap.Config
484 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888
760 case RGB_565:
761 newConfig = Config.RGB_565;
906 * support per-pixel alpha (e.g. RGB_565), then the alpha
931 * support per-pixel alpha (e.g. RGB_565), then the alpha
970 * support per-pixel alpha (e.g. RGB_565), then the alpha
991 * support per-pixel alpha (e.g. RGB_565), then the alpha
1096 * {@link Bitmap.Config#RGB_565}.</p>
1297 * this is always false (e.g. RGB_565), sinc
[all...]
/frameworks/base/include/android_runtime/
H A Dandroid_view_Surface.h41 RGB_565 = 0x4, member in class:android::PublicFormat
/frameworks/base/rs/java/android/renderscript/
H A DElement.java591 public static Element RGB_565(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java451 public static Element RGB_565(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h507 sp<const Element> RGB_565; member in struct:android::RSC::RS::__anon1619
1111 * Utility function for returning an Element containing an RGB_565 pixel.
1115 static sp<const Element> RGB_565(sp<RS> rs);

Completed in 192 milliseconds