HomeSort by relevance Sort by last modified time
    Searched refs:destH (Results 1 - 4 of 4) 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,
326 mDecodeOpts.destH, mDecodeOpts.destH, mOpts.inSampleSize,
333 + " dstW/H=" + mDecodeOpts.destW + "/" + mDecodeOpts.destH);
556 public int destH;
574 public DecodeOptions(final int destW, final int destH) {
575 this(destW, destH, 0.5f, 0.5f, STRATEGY_ROUND_NEAREST);
581 * @param destH The destination height to decode to.
587 public DecodeOptions(final int destW, final int destH,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 214 unsigned short *destH = reinterpret_cast<unsigned short*>(dest + xoffset * 8);
218 destH[4 * x + 0] = sourceH[x * 3 + 0];
219 destH[4 * x + 1] = sourceH[x * 3 + 1];
220 destH[4 * x + 2] = sourceH[x * 3 + 2];
221 destH[4 * x + 3] = 0x3C00; // SEEEEEMMMMMMMMMM, S = 0, E = 15, M = 0: 16bit flpt representation of 1
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 724 milliseconds