Home
last modified time | relevance | path

Searched defs:dstHeight (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/core/
DSkWritePixelsRec.cpp12 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp443 int dstHeight = dst->fBounds.height(); in BlurRect() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java81 protected Bitmap getScaledFrameAtTime(long timeUs, int option, int dstWidth, int dstHeight) { in getScaledFrameAtTime()
128 DataSource ds, long time, int dstWidth, int dstHeight, Bitmap bitmap) { in addScaledFrame()
219 private static String getScaledFrameKey(long time, int dstWidth, int dstHeight) { in getScaledFrameKey()
DImageUtil.java142 int dstHeight = dst.getHeight(); in scaledBitmap() local
DShadowLegacyBitmap.java255 Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java29 ByteBuffer srcV, int srcStrideV, ByteBuffer dst, int dstWidth, int dstHeight, int dstStrideY, in I420Copy()
63 ByteBuffer srcV, int srcStrideV, ByteBuffer dst, int dstWidth, int dstHeight) { in I420Copy()
74 ByteBuffer srcV, int srcStrideV, ByteBuffer dst, int dstWidth, int dstHeight, int dstStrideY, in I420ToNV12()
101 ByteBuffer srcV, int srcStrideV, ByteBuffer dst, int dstWidth, int dstHeight) { in I420ToNV12()
111 final int dstHeight = rotationMode % 180 == 0 ? srcHeight : srcWidth; in I420Rotate() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c276 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp254 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkAlphaThresholdImageFilter.cpp292 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.hpp91 size_t dstHeight = 1; in CopyTensorContentsGeneric() local
/external/skia/src/codec/
DSkSampledCodec.cpp209 const int dstHeight = info.height(); in sampledDecode() local
DSkJpegCodec.cpp509 const unsigned int dstHeight = size.height(); in onDimensionsSupported() local
/external/mesa3d/src/mesa/swrast/
Ds_blit.c124 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_nearest() local
525 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_linear() local
/external/deqp/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DImageUtils.java297 final int dstHeight, in getTransformationMatrix()
/external/skia/bench/
DCompositingImagesBench.cpp283 float dstHeight = srcRect.height() * 1.25f; in getEntry() local
/external/mesa3d/src/mesa/main/
Dmipmap.c1474 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
1566 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1730 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1794 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size()
1962 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
2149 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
Dcopyimage.c617 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java237 Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnGpu.cpp821 int dstHeight = std::max(1, srcHeight / 2); in onRegenerateMipMapLevels() local
/external/skia/tests/
DCodecTest.cpp1082 const int dstHeight = subsetHeight / opts.fSampleSize; in check_color_xform() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1538 int dstHeight = pBitmap->GetHeight(); in GetDIBits() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1163 uint32 dstHeight; member
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3587 const int dstHeight = rnd.getInt(1, dstSize.y()); in init() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3284 const int dstHeight = static_cast<int>(dstImageParams.extent.height); in iterate() local
13038 …gion> create2DCopyRegions(deInt32 srcWidth, deInt32 srcHeight, deInt32 dstWidth, deInt32 dstHeight) in create2DCopyRegions()

12