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

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

Completed in 263 milliseconds