Searched refs:Config (Results 51 - 75 of 99) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DAndroid.mk3 include frameworks/av/media/libstagefright/codecs/common/Config.mk
/frameworks/base/core/java/android/gesture/
H A DGesture.java186 final Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
222 Bitmap.Config.ARGB_8888);
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java55 * resource or as a stream). The {@link android.graphics.Bitmap.Config
104 * Image are loaded with the {@link Bitmap.Config#ARGB_8888} config by
107 public Bitmap.Config inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java414 return Bitmap.createBitmap(pixels, width, height, Bitmap.Config.ARGB_8888);
458 Bitmap.Config.RGB_565);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java413 Bitmap.Config bc = b.getConfig();
1095 final Bitmap.Config bc = b.getConfig();
1096 if (bc == Bitmap.Config.ALPHA_8) {
1099 if (bc == Bitmap.Config.ARGB_4444) {
1102 if (bc == Bitmap.Config.ARGB_8888) {
1105 if (bc == Bitmap.Config.RGB_565) {
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java917 private Element elementForBitmap(Bitmap bitmap, Bitmap.Config defaultConfig) {
918 Bitmap.Config config = bitmap.getConfig();
922 if (config == Bitmap.Config.ALPHA_8) {
924 } else if (config == Bitmap.Config.RGB_565) {
926 } else if (config == Bitmap.Config.ARGB_4444) {
928 } else if (config == Bitmap.Config.ARGB_8888) {
H A DCarouselController.java60 new int[] {0x00000000, 0xffffffff, 0x00000000}, 0, 3, 3, 1, Bitmap.Config.ARGB_4444);
92 new int[] {0}, 0, 1, 1, 1, Bitmap.Config.ARGB_4444);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java305 Bitmap.Config bc = b.getConfig();
987 final Bitmap.Config bc = b.getConfig();
988 if (bc == Bitmap.Config.ALPHA_8) {
991 if (bc == Bitmap.Config.ARGB_4444) {
994 if (bc == Bitmap.Config.ARGB_8888) {
997 if (bc == Bitmap.Config.RGB_565) {
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp66 static FromColorProc ChooseFromColorProc(SkBitmap::Config config) {
216 SkBitmap::Config config, jboolean isMutable) {
243 SkBitmap::Config dstConfig, jboolean isMutable) {
376 const SkBitmap::Config config = (SkBitmap::Config)p->readInt32();
H A DBitmapRegionDecoder.cpp188 SkBitmap::Config prefConfig = SkBitmap::kNo_Config;
H A DGraphicsJNI.h47 /** Return the corresponding native config from the java Config enum,
50 static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject jconfig);
H A DBitmapFactory.cpp165 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config;
330 SkBitmap::Config config = decoded->config();
603 "Landroid/graphics/Bitmap$Config;");
H A DGraphics.cpp293 SkBitmap::Config GraphicsJNI::getNativeBitmapConfig(JNIEnv* env,
304 return static_cast<SkBitmap::Config>(c);
594 gBitmapConfig_class = make_globalref(env, "android/graphics/Bitmap$Config");
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1125 Bitmap.Config newConfig = bitmap.getConfig();
1127 newConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp74 static inline SkBitmap::Config convertPixelFormat(int32_t format) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java246 Bitmap.Config.ARGB_8888);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java100 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ALPHA_8);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java58 mOptionsARGB.inPreferredConfig = Bitmap.Config.ARGB_8888;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java104 mDefaultIconBackground = Bitmap.createBitmap(iconSize, iconSize, Bitmap.Config.ARGB_8888);
114 Bitmap.createBitmap(thumbnailWidth, thumbnailHeight, Bitmap.Config.ARGB_8888);
/frameworks/base/core/java/android/view/
H A DTextureView.java509 * <p>The bitmap returned by this method uses the {@link Bitmap.Config#ARGB_8888}
517 * @return A valid {@link Bitmap.Config#ARGB_8888} bitmap, or null if the surface
533 * <p>The bitmap returned by this method uses the {@link Bitmap.Config#ARGB_8888}
544 * @return A valid {@link Bitmap.Config#ARGB_8888} bitmap, or null if the surface
554 width, height, Bitmap.Config.ARGB_8888));
H A DViewDebug.java549 metrics.heightPixels, Bitmap.Config.RGB_565) : null;
709 1, 1, Bitmap.Config.ARGB_8888);
734 Bitmap.Config.ARGB_8888, 0, skpiChildren);
/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java343 Bitmap.Config.ARGB_8888);
H A DMediaArtistNativeHelper.java1970 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888)
1972 else if (bitmap.getConfig() == Bitmap.Config.ARGB_4444)
1974 else if (bitmap.getConfig() == Bitmap.Config.RGB_565)
1976 else if (bitmap.getConfig() == Bitmap.Config.ALPHA_8)
3817 ? Bitmap.createBitmap(decWidth, decHeight, Bitmap.Config.ARGB_8888)
3831 outWidth, outHeight, Bitmap.Config.ARGB_8888);
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java364 Bitmap.Config.ARGB_8888);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java74 import com.android.server.net.NetworkStatsService.NetworkStatsSettings.Config;
937 final Config config = new Config(bucketDuration, deleteAge, deleteAge);

Completed in 3649 milliseconds

1234