Searched defs:computeSampleSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java58 public static int computeSampleSize(int width, int height, method in class:BitmapUtils
107 public static int computeSampleSize(float scale) { method in class:BitmapUtils
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java114 options.inSampleSize = computeSampleSize(
251 private static int computeSampleSize(BitmapFactory.Options options, method in class:ThumbnailUtils
320 options.inSampleSize = computeSampleSize(
495 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
502 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);

Completed in 79 milliseconds