Searched defs:maxNumOfPixels (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery/src/com/android/camera/ |
D | Util.java | 103 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 121 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() 275 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap() 293 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap() 303 public static Bitmap makeBitmap(int minSideLength, int maxNumOfPixels, in makeBitmap()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 60 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 70 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Util.java | 176 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 194 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() 218 public static Bitmap makeBitmap(byte[] jpegData, int maxNumOfPixels) { in makeBitmap()
|
/packages/apps/Camera/src/com/android/camera/ |
D | Util.java | 161 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 179 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() 203 public static Bitmap makeBitmap(byte[] jpegData, int maxNumOfPixels) { in makeBitmap()
|