/aosp_15_r20/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 55 …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 …ce, int srcWidth, int srcHeight, uint8_t * destination, int dstWidth, int dstHeight, int offsetWid… in crop() 131 …object src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint flip) { in JNIFUNCF() 144 …ject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint rotate) { in JNIFUNCF() 154 …ject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint offsetWi… in JNIFUNCF() 165 jint srcHeight __unused, jobject dst, jint dstWidth, jint dstHeight, in JNIFUNCF()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | mipmap.c | 324 GLint dstWidth, GLint dstHeight, in make_2d_mipmap() 416 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() 580 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() 644 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size() 813 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local 997 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | YuvHelper.java | 29 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
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowMediaMetadataRetriever.java | 81 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 D | ImageUtil.java | 142 int dstHeight = dst.getHeight(); in scaledBitmap() local
|
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/tests/ |
H A D | TranscodingLogger_tests.cpp | 74 int32_t dstHeight; member 136 bool dstIsHdr) -> int { in SetUp()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/ |
H A D | vp_pipeline.cpp | 431 uint32_t dstHeight = pcSrc->rcDst.bottom - pcSrc->rcDst.top; in UpdateRectForNegtiveDstTopLeft() local 1185 …lineScalabilityParams(uint32_t srcWidth, uint32_t srcHeight, uint32_t dstWidth, uint32_t dstHeight) in PrepareVpPipelineScalabilityParams()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusbrush.h | 460 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 D | SkWritePixelsRec.cpp | 12 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
|
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/ |
H A D | TranscodingLogger.cpp | 133 int32_t dstHeight = getInt32(dstFormat, AMEDIAFORMAT_KEY_HEIGHT, srcHeight); in logSessionEnded() local
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | MediaVpxVideoHelper.cpp | 106 size_t dstHeight = outputBufferHeight; in copyYV12FrameToOutputBuffer() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
H A D | DetermineFovActivity.java | 255 float dstHeight = drawRect.bottom - drawRect.top + 1; in drawContents() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | WorkloadUtils.hpp | 91 size_t dstHeight = 1; in CopyTensorContentsGeneric() local
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkSampledCodec.cpp | 209 const int dstHeight = info.height(); in sampledDecode() local
|
/aosp_15_r20/external/deqp/framework/delibs/deimage/ |
H A D | deImage.c | 123 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/ |
D | ImageDraw.java | 225 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 D | ImageUtils.java | 297 final int dstHeight, in getTransformationMatrix()
|
/aosp_15_r20/external/skia/bench/ |
H A D | CompositingImagesBench.cpp | 280 float dstHeight = srcRect.height() * 1.25f; in getEntry() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterDraw.java | 173 public Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) in createScaledBitmap()
|
/aosp_15_r20/hardware/google/aemu/third-party/cuda/include/host-common/ |
D | dynlink_cuda_cuda.h | 859 …size_t dstHeight; /**< Destination height (ignored when dst is array; may be 0 if Depth=… member 893 …size_t dstHeight; /**< Destination height (ignored when dst is array; may be 0 if Depth=… member 1068 …unsigned int dstHeight; /**< Destination height (ignored when dst is array; may be 0 if Depth=… member
|
/aosp_15_r20/device/generic/goldfish/camera/ |
D | jpeg.cpp | 234 const size_t dstHeight = dstSize.height; in resizeYUV() local
|
/aosp_15_r20/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
H A D | AccelerometerPlayActivity.java | 358 final int dstHeight = (int) (sBallDiameter * mMetersToPixelsY + 0.5f); in SimulationView() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoDecoderOMXComponent.cpp | 323 size_t dstHeight = outputBufferHeight(); in copyYV12FrameToOutputBuffer() local
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.cpp | 323 size_t dstHeight = outputBufferHeight(); in copyYV12FrameToOutputBuffer() local
|
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
H A D | VideoCodecTestBase.java | 460 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2() 513 int dstWidth, int dstHeight) throws Exception { in imageScale()
|