/frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/ |
ImageProcessingActivity.java | 61 public int outWidth; 79 mBitmap.setPixels(mOutData, 0, mParams.outWidth, 0, 0, 80 mParams.outWidth, mParams.outHeight); 141 mBitmap.setPixels(mOutData, 0, mParams.outWidth, 0, 0, 142 mParams.outWidth, mParams.outHeight); 213 params.inWidth = params.outWidth = mBitmap.getWidth();
|
/frameworks/base/libs/rs/java/ImageProcessing/res/raw/ |
threshold.rs | 7 int outWidth;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 146 mWidth = opt.outWidth; 199 int outWidth = mWidth; 203 while ((outWidth / scaleFactor > widthLimit) || (outHeight / scaleFactor > heightLimit)) { 229 if (options.outWidth > widthLimit || options.outHeight > heightLimit) { 232 int scaledWidth = outWidth / scaleFactor; 241 b = Bitmap.createScaledBitmap(b, outWidth / scaleFactor, 278 + " width=" + outWidth / scaleFactor
|
/packages/apps/Mms/src/com/android/mms/model/ |
ImageModel.java | 159 int outWidth = mWidth; 163 while ((outWidth / s > thumbnailBoundsLimit) 168 Log.v(TAG, "createThumbnailBitmap: scale=" + s + ", w=" + outWidth / s
|
/development/tools/etc1tool/ |
etc1tool.cpp | 364 etc1_uint32 outWidth; 366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) { 369 if (outWidth != width || outHeight != height) { 371 outWidth, outHeight, width, height); 388 writePNGFile(pDiffFile, outWidth, outHeight, pDiffImage, 3 * outWidth);
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 113 if (options.mCancel || options.outWidth == -1 249 double w = options.outWidth; 294 if (options.mCancel || options.outWidth == -1 475 exifThumbWidth = exifOptions.outWidth / exifOptions.inSampleSize; 482 fullThumbWidth = fullOptions.outWidth / fullOptions.inSampleSize; 486 int width = exifOptions.outWidth;
|
/frameworks/base/graphics/java/android/graphics/ |
BitmapFactory.java | 220 * outWidth will be set to -1. 223 public int outWidth; 259 * null, or if inJustDecodeBounds is true, will set outWidth/outHeight 277 * size be returned (in opts.outWidth and opts.outHeight) 349 * size be returned (in opts.outWidth and opts.outHeight) 399 * size be returned (in opts.outWidth and opts.outHeight) 437 * size be returned (in opts.outWidth and opts.outHeight) 522 * size be returned (in opts.outWidth and opts.outHeight)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 77 // now opts.outWidth and opts.outHeight are the dimension of the
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImage.java | 148 mWidth = options.outWidth;
|
UriImage.java | 152 return (options != null) ? options.outWidth : 0;
|
/external/quake/quake/src/QW/client/ |
gl_draw.c | 1011 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight) 1017 fracstep = inwidth*0x10000/outwidth; 1018 for (i=0 ; i<outheight ; i++, out += outwidth) 1022 for (j=0 ; j<outwidth ; j+=4) 1041 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) 1047 fracstep = inwidth*0x10000/outwidth; 1048 for (i=0 ; i<outheight ; i++, out += outwidth) 1052 for (j=0 ; j<outwidth ; j+=4) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 130 double w = options.outWidth; 178 if (options.mCancel || options.outWidth == -1
|
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 122 double w = options.outWidth; 314 if (options.mCancel || options.outWidth == -1
|
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 1268 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int outheight) 1274 fracstep = inwidth*0x10000/outwidth; 1275 for (i=0 ; i<outheight ; i++, out += outwidth) 1279 for (j=0 ; j<outwidth ; j+=4) 1298 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int outwidth, int outheight) 1304 fracstep = inwidth*0x10000/outwidth; 1305 for (i=0 ; i<outheight ; i++, out += outwidth) 1309 for (j=0 ; j<outwidth ; j+=4) [all...] |
WinQuake.ncb | [all...] |
/frameworks/base/libs/rs/ |
rsg_ScriptJavaClass.cpp | 244 e_Params->fields[3].name = "outWidth";
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Utils.java | 295 double w = options.outWidth;
|
/frameworks/base/core/jni/android/graphics/ |
BitmapFactory.cpp | 561 gOptions_widthFieldID = getFieldIDCheck(env, gOptions_class, "outWidth", "I");
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |