Home
last modified time | relevance | path

Searched refs:dstSize (Results 101 - 124 of 124) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp468 void ImagePattern::StartDecoding(const SizeF& dstSize)
496 loadingCtx_->MakeCanvasImageIfNeed(dstSize, autoResize, imageFit, sourceSize, hasValidSlice);
502 altLoadingCtx_->MakeCanvasImageIfNeed(dstSize, autoResize, imageFit, sourceSize, hasValidSlice);
585 const auto& dstSize = dirty->GetGeometryNode()->GetContentSize();
586 StartDecoding(dstSize);
H A Dimage_pattern.h440 * @brief Start decoding image after ImageData is ready and dstSize is determined.
442 * @param dstSize The size of the image to be decoded.
444 void StartDecoding(const SizeF& dstSize);
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h232 static bool ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode,
/third_party/skia/include/core/
H A DSkImage.h941 rectangle. The y, u, and v values are single bytes. Currently this fails if 'dstSize'
959 @param dstSize The size to rescale srcRect to
969 const SkISize& dstSize,
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp429 const auto dstSize = dstHeight * dstMeshScale.y; in CalculateScalingFactor() local
434 scale = dstSize / srcSize; in CalculateScalingFactor()
H A Dmesh_builder.cpp641 auto dstSize = dstData.buffer.size(); in Fill() local
644 CloneData(dstPtr, dstSize, srcPtr, srcElementSize); in Fill()
647 dstSize -= dstData.stride; in Fill()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h475 const auto dstSize = capacity() - off; in erase() local
479 MoveData(dst, dstSize * sizeof(value_type), src, srcSize * sizeof(value_type)); in erase()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1085 void HeifDecoderImpl::setAuxiliaryDstBuffer(uint8_t* dstBuffer, size_t dstSize, size_t rowStride) in setAuxiliaryDstBuffer() argument
1088 auxiliaryDstMemorySize_ = dstSize; in setAuxiliaryDstBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp709 uint32_t dstSize = GetImageSize(width, height, format); in translate() local
710 SetPixelsAddr(dst, dstMemory->extend.data, dstSize, dstMemory->GetType(), nullptr); in translate()
H A Dpixel_map.cpp844 bool PixelMap::ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode, in ScalePixelMap() argument
847 if (dstSize.width == targetSize.width && dstSize.height == targetSize.height) { in ScalePixelMap()
1723 uint64_t dstSize = static_cast<uint64_t>(size.width) * size.height * bytesPerPixel; in ResetConfig() local
1724 if (dstSize > static_cast<uint64_t>(pixelsSize_)) { in ResetConfig()
1725 IMAGE_LOGE("ResetConfig reset dstSize(%{public}llu) > current(%{public}u).", in ResetConfig()
1726 static_cast<unsigned long long>(dstSize), pixelsSize_); in ResetConfig()
3610 "dstSize: [%{public}d, %{public}d], cost: %{public}llu", in scale()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp970 SkISize dstSize, in asyncRescaleAndReadPixelsYUV420()
985 dstSize, in asyncRescaleAndReadPixelsYUV420()
967 asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, SkISize dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) asyncRescaleAndReadPixelsYUV420() argument
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp354 const SkISize& dstSize, in onAsyncRescaleAndReadPixelsYUV420()
374 dstSize, in onAsyncRescaleAndReadPixelsYUV420()
351 onAsyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const onAsyncRescaleAndReadPixelsYUV420() argument
/third_party/lz4/programs/
H A Dlz4io.c403 static int LZ4IO_LZ4_compress(const char* src, char* dst, int srcSize, int dstSize, int cLevel) in LZ4IO_LZ4_compress() argument
406 return LZ4_compress_fast(src, dst, srcSize, dstSize, 1); in LZ4IO_LZ4_compress()
415 typedef int (*compress_f)(const char* src, char* dst, int srcSize, int dstSize, int cLevel); in LZ4IO_compressFilename_Legacy()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp851 const deUint32 dstSize = pPropertyCount ? *pPropertyCount : 0; in enumerateExtensions() local
858 for (deUint32 ndx = 0; ndx < de::min(numExtensions, dstSize); ++ndx) in enumerateExtensions()
861 if (dstSize < numExtensions) in enumerateExtensions()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h342 int32_t wantDensity, Size &dstSize);
H A Dpixel_map.h418 static bool ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp2028 Size dstSize; in HWTEST_F() local
2030 imageSource->TransformSizeWithDensity(srcSize, srcDensity, wantSize, wantDensity, dstSize); in HWTEST_F()
2031 ASSERT_EQ(dstSize.width, 1); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp671 uint32_t dstSize = surfaceBuffer->GetSize(); in ConvertToSurfaceBuffer() local
683 if (memcpy_s(dst, dstSize, src, srcStride) != EOK) { in ConvertToSurfaceBuffer()
689 dstSize -= dstStride; in ConvertToSurfaceBuffer()
H A Dext_decoder.cpp730 uint8_t* dstBuffer, size_t dstSize, size_t pixelCount) in HeapMemAlloc()
733 ExtPixels dst = {dstBuffer, dstSize, pixelCount}; in HeapMemAlloc()
729 RGBxToRGB(uint8_t* srcBuffer, size_t srsSize, uint8_t* dstBuffer, size_t dstSize, size_t pixelCount) HeapMemAlloc() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1385 GLsizeiptr dstSize = (ext.length == 0) ? static_cast<GLsizeiptr>(bufferData.GetBufferLength()) in GetBufferSubData() local
1388 LOGD("WebGL2 getBufferSubData dstSize %{public}u dstOffset %{public}p", in GetBufferSubData()
1389 static_cast<unsigned int>(dstSize), writeBuffer->bufferData_); in GetBufferSubData()
1391 void *mapBuffer = glMapBufferRange(target, static_cast<GLintptr>(offset), dstSize, GL_MAP_READ_BIT); in GetBufferSubData()
1393 memcpy_s(bufferData.GetBuffer() + dstOffset, bufferData.GetBufferLength(), mapBuffer, dstSize) != 0) { in GetBufferSubData()
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h1418 ZSTDLIB_STATIC_API size_t ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstSize,
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c2052 void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst, size_t dstSize) argument
2054 if (dst != dctx->previousDstEnd && dstSize > 0) { /* not contiguous */
/third_party/lz4/lib/
H A Dlz4.c1974 DEBUGLOG(5, "LZ4_decompress_generic (srcSize:%i, dstSize:%i)", srcSize, outputSize); in LZ4_decompress_generic()
2665 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int dstSize) in LZ4_compress_limitedOutput_withState() argument
2667 return LZ4_compress_fast_extState(state, src, dst, srcSize, dstSize, 1); in LZ4_compress_limitedOutput_withState()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp4067 dng_point dstSize = info.DstSize (downScale);
4069 fStage3Image.Reset (host.Make_dng_image (dng_rect (dstSize),

Completed in 64 milliseconds

12345