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

  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 156 byte[] data = UriImage.getResizedImageData(mWidth, mHeight,
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 246 byte[] data = getResizedImageData(mWidth, mHeight,
256 // getResizedImageData ALWAYS compresses to JPEG, regardless of the original content type
272 public static byte[] getResizedImageData(int width, int height,
334 Log.v(TAG, "getResizedImageData: gave up after too many attempts to resize");
353 Log.v(TAG, "getResizedImageData: retry scaling using " +
387 Log.v(TAG, "getResizedImageData: compress(2) w/ quality=" + quality);
401 Log.w(TAG, "getResizedImageData - image too big (OutOfMemoryError), will try "
425 Log.w(TAG, "getResizedImageData - image too big (OutOfMemoryError)");
434 Log.v(TAG, "getResizedImageData returning NULL because the result is too big: " +

Completed in 939 milliseconds