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 | 59 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 69 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/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 202 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 220 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() 244 public static Bitmap makeBitmap(byte[] jpegData, int maxNumOfPixels) { in makeBitmap()
|