Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/skia/src/codec/
H A 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 …]
H A DSkJpegCodec.cpp362 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
418 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
523 int dstWidth = dstInfo.width(); in allocateStorage() local
H A DSkHeifCodec.cpp294 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
444 int dstWidth = dstInfo.width(); in allocateStorage() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmipmap.c77 int dstWidth, void *dstRow) in do_span_zs()
111 int dstWidth, void *dstRow) in do_span_rgba_unorm8()
152 int dstWidth, void *dstRow) in do_span_rgba_float()
193 int dstWidth, void *dstRow) in do_span()
213 int dstWidth, void *dstRow) in do_span_3D()
230 int dstWidth, uint8_t *dstRow) in do_row()
265 int dstWidth, uint8_t *dstRow) in do_row_3D()
293 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap()
324 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
416 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
[all …]
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dgeometry.c55 …uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight){ in flip_fun()
91 …uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight){ in rotate180()
95 …uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight){ in rotate270()
101 …uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight){ in rotate_fun()
118 …uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight,… in crop()
131 …yFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeigh… in JNIFUNCF()
144 …ilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeigh… in JNIFUNCF()
154 …yFilterCrop, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeigh… in JNIFUNCF()
165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A 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
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A 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()
H A DImageUtil.java141 int dstWidth = dst.getWidth(); in scaledBitmap() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/tests/
H A DTranscodingLogger_tests.cpp73 int32_t dstWidth; member
136 bool dstIsHdr) -> int { in SetUp()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/
H A Dvp_pipeline.cpp432 uint32_t dstWidth = pcSrc->rcDst.right - pcSrc->rcDst.left; in UpdateRectForNegtiveDstTopLeft() local
1185 …eVpPipelineScalabilityParams(uint32_t srcWidth, uint32_t srcHeight, uint32_t dstWidth, uint32_t ds… in PrepareVpPipelineScalabilityParams()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusbrush.h460 REAL dstX, REAL dstY, REAL dstWidth, REAL dstHeight) in TextureBrush()
470 INT dstX, INT dstY, INT dstWidth, INT dstHeight) in TextureBrush()
/aosp_15_r20/external/skia/src/core/
H A DSkBlurMask.cpp453 int dstWidth = dst->fBounds.width(); in BlurRect() local
567 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
H A DSkWritePixelsRec.cpp12 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/
H A DTranscodingLogger.cpp132 int32_t dstWidth = getInt32(dstFormat, AMEDIAFORMAT_KEY_WIDTH, srcWidth); in logSessionEnded() local
/aosp_15_r20/external/skia/src/effects/
H A DSkTableMaskFilter.cpp84 int dstWidth = dst->fBounds.width(); in filterMask() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/features/
H A Ddecode_av1_tile_coding.cpp431 int32_t dstWidth = upscaledX1 - upscaledX0; in GetUpscaleConvolveStepX0() local
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_tile_coding_g12.cpp439 int32_t dstWidth = upscaledX1 - upscaledX0; in GetUpscaleConvolveStepX0() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
H A DDetermineFovActivity.java254 float dstWidth = drawRect.right - drawRect.left + 1; in drawContents() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadUtils.hpp92 size_t dstWidth = 1; in CopyTensorContentsGeneric() local
/aosp_15_r20/external/deqp/framework/delibs/deimage/
H A DdeImage.c123 deImage *deImage_scale(const deImage *srcImage, int dstWidth, int dstHeight) in deImage_scale()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageDraw.java225 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
H A DImageUtils.java296 final int dstWidth, in getTransformationMatrix()
/aosp_15_r20/external/skia/bench/
H A DCompositingImagesBench.cpp279 float dstWidth = srcRect.width() * 1.25f; in getEntry() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java173 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) in createScaledBitmap()
/aosp_15_r20/device/generic/goldfish/camera/
Djpeg.cpp233 const size_t dstWidth = dstSize.width; in resizeYUV() local

123456789