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

  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 117 options.inSampleSize = computeSampleSize(
230 private static int computeSampleSize(BitmapFactory.Options options,
299 options.inSampleSize = computeSampleSize(
475 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
482 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
  /packages/apps/Gallery3D/src/com/cooliris/media/
UriTexture.java 99 private static int computeSampleSize(InputStream stream, int maxResolutionX,
106 return Utils.computeSampleSize(options, minSideLength, maxNumOfPixels);
143 options.inSampleSize = computeSampleSize(bufferedInput, maxResolutionX, maxResolutionY);
Utils.java 275 public static int computeSampleSize(BitmapFactory.Options options,
  /external/webkit/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 155 static int computeSampleSize(const SkBitmap& bitmap) {
299 int sampleSize = computeSampleSize(tmp);
  /packages/apps/Camera/src/com/android/camera/
Util.java 110 public static int computeSampleSize(BitmapFactory.Options options,
182 options.inSampleSize = computeSampleSize(
  /packages/apps/Gallery/src/com/android/camera/
Util.java 102 public static int computeSampleSize(BitmapFactory.Options options,
318 options.inSampleSize = computeSampleSize(

Completed in 60 milliseconds