Home
last modified time | relevance | path

Searched defs:dstWidth (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/src/codec/
DSkSwizzler.cpp100 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale()
125 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32()
148 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565()
171 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16()
202 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565()
223 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32()
246 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32()
259 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ()
274 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565()
287 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32()
[all …]
DSkHeifCodec.cpp270 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
420 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkJpegCodec.cpp508 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
560 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
665 int dstWidth = dstInfo.width(); in allocateStorage() local
/external/skia/src/core/
DSkWritePixelsRec.cpp12 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp444 int dstWidth = dst->fBounds.width(); in BlurRect() local
558 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() 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.java141 int dstWidth = dst.getWidth(); 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()
110 final int dstWidth = rotationMode % 180 == 0 ? srcWidth : srcHeight; in I420Rotate() local
/external/mesa3d/src/mesa/swrast/
Ds_blit.c122 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_nearest() local
401 resample_linear_row_ub(GLint srcWidth, GLint dstWidth, in resample_linear_row_ub()
456 resample_linear_row_float(GLint srcWidth, GLint dstWidth, in resample_linear_row_float()
523 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_linear() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c276 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/skia/src/effects/
DSkTableMaskFilter.cpp83 int dstWidth = dst->fBounds.width(); in filterMask() 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/mesa3d/src/mesa/main/
Dmipmap.c177 GLint dstWidth, GLvoid *dstRow) in do_row()
811 GLint dstWidth, GLvoid *dstRow) in do_row_3D()
1443 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap()
1474 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/armnn/src/backends/backendsCommon/
DWorkloadUtils.hpp92 size_t dstWidth = 1; in CopyTensorContentsGeneric() 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.java296 final int dstWidth, in getTransformationMatrix()
/external/skia/bench/
DCompositingImagesBench.cpp282 float dstWidth = srcRect.width() * 1.25f; in getEntry() 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.cpp820 int dstWidth = std::max(1, srcWidth / 2); in onRegenerateMipMapLevels() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java795 final T[] dstBlock, final int dstWidth, in copyBlockPart()
DBlockRealMatrix.java821 final double[] dstBlock, final int dstWidth, in copyBlockPart()
/external/skia/tests/
DCodecTest.cpp1081 const int dstWidth = subsetWidth / opts.fSampleSize; in check_color_xform() local

12