Searched refs:RGB_565 (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DGraphicsPerformanceTests.java89 Bitmap.Config.RGB_565);
201 return Bitmap.createBitmap(7, 7, Bitmap.Config.RGB_565);
219 return Bitmap.createBitmap(15, 15, Bitmap.Config.RGB_565);
237 return Bitmap.createBitmap(31, 31, Bitmap.Config.RGB_565);
255 return Bitmap.createBitmap(63, 63, Bitmap.Config.RGB_565);
273 return Bitmap.createBitmap(127, 127, Bitmap.Config.RGB_565);
291 return Bitmap.createBitmap(319, 239, Bitmap.Config.RGB_565);
309 return Bitmap.createBitmap(319, 479, Bitmap.Config.RGB_565);
327 return Bitmap.createBitmap(8, 8, Bitmap.Config.RGB_565);
345 return Bitmap.createBitmap(16, 16, Bitmap.Config.RGB_565);
[all...]
H A DThreadBitmapTest.java41 b = Bitmap.createBitmap(300, 300, Bitmap.Config.RGB_565);
H A DBitmapFactoryTest.java34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565);
H A DBitmapTest.java29 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
113 Bitmap bm = Bitmap.createBitmap(colors, 10, 10, Bitmap.Config.RGB_565);
156 Bitmap.Config config = Bitmap.Config.RGB_565;
/frameworks/base/graphics/java/android/graphics/
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 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 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/core/jni/include/android_runtime/
H A Dandroid_view_Surface.h42 RGB_565 = 0x4, member in class:android::PublicFormat
/frameworks/base/media/java/android/media/
H A DImageUtils.java51 case PixelFormat.RGB_565:
206 case PixelFormat.RGB_565:
245 case PixelFormat.RGB_565:
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPerformanceTest.java43 Bitmap mBitmap = Bitmap.createBitmap(320, 240, Bitmap.Config.RGB_565);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java134 ? Bitmap.Config.RGB_565
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java85 PixelFormat.RGB_565,
565 case PixelFormat.RGB_565:
566 return "RGB_565";
/frameworks/base/core/java/android/app/
H A DNativeActivity.java132 getWindow().setFormat(PixelFormat.RGB_565);
H A DLauncherActivity.java301 Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java860 new StreamConfiguration(ImageFormat.RGB_565, 320, 240, /*input*/true),
864 ImageFormat.RGB_565, 320, 240, /*input*/1)
879 ImageFormat.RGB_565, 320, 240, /*duration*/345L),
883 ImageFormat.RGB_565 & MASK_UNSIGNED_INT, 320L, 240L, /*duration*/345L)
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java140 return canvasDelegate.mBitmap.getConfig() == Config.RGB_565;
H A DBitmap_Delegate.java235 return mHasAlpha && mConfig != Config.RGB_565;
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java643 case RGB_565:
2651 if (bc == Bitmap.Config.RGB_565) {
2652 return Element.RGB_565(rs);
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java498 Bitmap.Config.RGB_565);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java159 int mRequestedFormat = PixelFormat.RGB_565;
972 format = PixelFormat.RGB_565;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java657 case RGB_565:
2764 if (bc == Bitmap.Config.RGB_565) {
2765 return Element.RGB_565(rs);
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java46 final Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java762 false /* includeFullDisplay */, frameScale, Bitmap.Config.RGB_565,
/frameworks/rs/cpp/
H A DElement.cpp110 CREATE_PIXEL(RGB_565, UNSIGNED_5_6_5, PIXEL_RGB);

Completed in 6716 milliseconds

12