Searched refs:inSampleSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java112 options.inSampleSize = 1;
119 options.inSampleSize = computeSampleSize(
318 options.inSampleSize = 1;
325 options.inSampleSize = computeSampleSize(
500 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
501 exifThumbWidth = exifOptions.outWidth / exifOptions.inSampleSize;
507 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
508 fullThumbWidth = fullOptions.outWidth / fullOptions.inSampleSize;
H A DMediaScanner.java390 mBitmapOptions.inSampleSize = 1;
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java99 opts.inSampleSize = Math.max(bounds.x / maxSize, bounds.y / maxSize);
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DImageRequest.java160 decodeOptions.inSampleSize =
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java106 opts.inSampleSize = Math.max(bounds.x / maxSize, bounds.y / maxSize);
/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java88 * pixel in the decoded bitmap. For example, inSampleSize == 4 returns
95 public int inSampleSize; field in class:BitmapFactory.Options
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java979 options.inSampleSize = sampleSize;

Completed in 125 milliseconds