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

  /frameworks/opt/bitmap/src/com/android/bitmap/
DecodeTask.java 236 .min((float) srcW / mDecodeOpts.destW, (float) srcH / mDecodeOpts.destH);
265 Bitmap.createBitmap(mDecodeOpts.destW, mDecodeOpts.destH,
325 BitmapUtils.calculateCroppedSrcRect(srcW, srcH, mDecodeOpts.destW,
333 + " dstW/H=" + mDecodeOpts.destW + "/" + mDecodeOpts.destH);
549 public int destW;
565 public DecodeOptions(final int destW, final int destH) {
566 this(destW, destH, 0.5f, STRATEGY_ROUND_NEAREST);
571 * @param destW The destination width to decode to.
578 public DecodeOptions(final int destW, final int destH, final float verticalCenter,
580 this.destW = destW
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 4691 milliseconds