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

  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 701 final int decodedHeight = mDecoded.getHeight();
702 if (decodedWidth > mWidthLimit || decodedHeight > mHeightLimit) {
707 (float) decodedHeight / (float) mHeightLimit);
717 mScaled = Bitmap.createBitmap(mDecoded, 0, 0, decodedWidth, decodedHeight,
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]

Completed in 171 milliseconds