Searched defs:RGB_565 (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_Surface.h42 RGB_565 = 0x4, member in class:android::PublicFormat
/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.java32 @IntDef({RGBA_8888, RGBX_8888, RGBA_F16, RGBA_1010102, RGB_888, RGB_565})
54 public static final int RGB_565 = 4; field in class:PixelFormat
115 case RGB_565:
180 case RGB_565:
H A DBitmap.java448 RGB_565 (3), enum constant in enum:Bitmap.Config
504 null, ALPHA_8, null, RGB_565, ARGB_4444, ARGB_8888, RGBA_F16, HARDWARE
804 case RGB_565:
805 newConfig = Config.RGB_565;
1058 * support per-pixel alpha (e.g. RGB_565), then the alpha
1085 * support per-pixel alpha (e.g. RGB_565), then the alpha
1126 * support per-pixel alpha (e.g. RGB_565), then the alpha
1150 * support per-pixel alpha (e.g. RGB_565), then the alpha
1256 * {@link Bitmap.Config#RGB_565}.</p>
1462 * this is always false (e.g. RGB_565), sinc
[all...]
/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java44 @IntDef({RGBA_8888, RGBA_FP16, RGBA_1010102, RGBX_8888, RGB_888, RGB_565, BLOB})
55 public static final int RGB_565 = 4; field in class:HardwareBuffer
113 * {@link #RGBX_8888}, {@link #RGB_565}, {@link #RGB_888}, {@link #RGBA_1010102}, {@link #BLOB}
201 * {@link #RGBX_8888}, {@link #RGB_565}, {@link #RGB_888}, {@link #RGBA_1010102}, {@link #BLOB}.
329 case RGB_565:
/frameworks/base/rs/java/android/renderscript/
H A DElement.java591 public static Element RGB_565(RenderScript rs) { method in class:Element
/frameworks/rs/support/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::__anon1962
1111 * Utility function for returning an Element containing an RGB_565 pixel.
1115 static sp<const Element> RGB_565(const sp<RS> &rs);

Completed in 147 milliseconds