Searched refs:dstHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | ShadowPainter.java | 89 int dstHeight = image.getHeight(); in createDropShadow() local 96 int yStop = dstHeight - right; in createDropShadow() 110 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) { in createDropShadow()
|
/frameworks/av/include/media/stagefright/ |
D | ColorConverter.h | 42 size_t dstWidth, size_t dstHeight,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 235 size_t dstHeight = outputBufferHeight(); in copyYV12FrameToOutputBuffer() local 244 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer() 251 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 85 size_t dstWidth, size_t dstHeight, in convert() argument 99 dstWidth, dstHeight, in convert()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 597 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, in createScaledBitmap() argument 613 final float sy = dstHeight / (float)height; in createScaledBitmap()
|