Searched refs:dstHeight (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaMetadataRetriever.java | 306 long timeUs, @Option int option, int dstWidth, int dstHeight) { in getScaledFrameAtTime() argument 314 if (dstHeight <= 0) { in getScaledFrameAtTime() 315 throw new IllegalArgumentException("Invalid height: " + dstHeight); in getScaledFrameAtTime() 318 return _getFrameAtTime(timeUs, option, dstWidth, dstHeight); in getScaledFrameAtTime()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ShadowPainter.java | 91 int dstHeight = image.getHeight(); in createDropShadow() local 98 int yStop = dstHeight - right; in createDropShadow() 112 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) { in createDropShadow()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 46 size_t dstWidth, size_t dstHeight, size_t dstStride,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 323 size_t dstHeight = outputBufferHeight(); in copyYV12FrameToOutputBuffer() local 332 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer() 339 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 796 public static Bitmap createScaledBitmap(@NonNull Bitmap src, int dstWidth, int dstHeight, in createScaledBitmap() argument 802 if (width != dstWidth || height != dstHeight) { in createScaledBitmap() 804 final float sy = dstHeight / (float) height; in createScaledBitmap()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 195 size_t dstWidth, size_t dstHeight, size_t dstStride, in convert() argument 205 dstWidth, dstHeight, dstStride, in convert()
|