HomeSort by relevance Sort by last modified time
    Searched defs:computeSampleSize (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 158 static int computeSampleSize(const SkBitmap& bitmap) {
287 int sampleSize = computeSampleSize(tmp);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 58 public static int computeSampleSize(int width, int height,
107 public static int computeSampleSize(float scale) {
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 117 options.inSampleSize = computeSampleSize(
245 private static int computeSampleSize(BitmapFactory.Options options,
314 options.inSampleSize = computeSampleSize(
491 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
498 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
  /packages/apps/Gallery/src/com/android/camera/
Util.java 102 public static int computeSampleSize(BitmapFactory.Options options,
318 options.inSampleSize = computeSampleSize(
  /packages/apps/Camera/src/com/android/camera/
Util.java 175 public static int computeSampleSize(BitmapFactory.Options options,
228 options.inSampleSize = computeSampleSize(

Completed in 34 milliseconds