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/Camera/src/com/android/camera/ |
D | Util.java | 111 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 129 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize() 172 public static Bitmap makeBitmap(byte[] jpegData, int maxNumOfPixels) { in makeBitmap()
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
D | Utils.java | 276 int minSideLength, int maxNumOfPixels) { in computeSampleSize() 294 int minSideLength, int maxNumOfPixels) { in computeInitialSampleSize()
|
D | UriTexture.java | 104 int maxNumOfPixels = maxResolutionX * maxResolutionY; in computeSampleSize() local
|