Searched refs:dstWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DColorConverter.h42 size_t dstWidth, size_t dstHeight,
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp85 size_t dstWidth, size_t dstHeight,
99 dstWidth, dstHeight,
79 convert( const void *srcBits, size_t srcWidth, size_t srcHeight, size_t srcCropLeft, size_t srcCropTop, size_t srcCropRight, size_t srcCropBottom, void *dstBits, size_t dstWidth, size_t dstHeight, size_t dstCropLeft, size_t dstCropTop, size_t dstCropRight, size_t dstCropBottom) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java570 * @param dstWidth The new bitmap's desired width.
576 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, argument
591 final float sx = dstWidth / (float)width;

Completed in 132 milliseconds