Home
last modified time | relevance | path

Searched defs:dstMemory (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp301 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "Rotate ImageData", dstWidth, dstHeight, dstStrides); in rotate() local
336 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "crop ImageData", rect.width, rect.height, dstStrides); in crop() local
399 auto dstMemory = CreateMemory(imageInfo.pixelFormat, "scale ImageData", dstW, dstH, dstStrides); scale() local
437 auto dstMemory = CreateMemory(imageInfo.pixelFormat, "scale ImageData", dstW, dstH, dstStrides); scale() local
475 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "flip ImageData", srcW, srcH, dstStrides); flip() local
691 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "translate ImageData", width, height, dstStrides); translate() local
878 auto dstMemory = MemoryManager::CreateMemory(allocatorType_, memoryData); SetColorSpace() local
[all...]
H A Dpixel_map.cpp376 static int AllocPixelMapMemory(std::unique_ptr<AbsMemory> &dstMemory, int32_t &dstRowStride, in AllocPixelMapMemory() argument
435 std::unique_ptr<AbsMemory> dstMemory = nullptr; in Create() local
661 std::unique_ptr<AbsMemory> dstMemory = nullptr; Create() local
3465 std::unique_ptr<AbsMemory> dstMemory = MemoryManager::CreateMemory(memoryInfo.allocType, memoryData); GendstTransInfo() local
3530 TransMemoryInfo dstMemory; DoTranslation() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp898 FillAlphaChannel(std::shared_ptr<HeifImage> &masterImage, uint8_t *alphaMemory, size_t alphaStride, uint8_t *dstMemory, size_t dstRowStride) FillAlphaChannel() argument
939 HwApplyAlphaImage(std::shared_ptr<HeifImage> &masterImage, uint8_t *dstMemory, size_t dstRowStride) HwApplyAlphaImage() argument
966 SwApplyAlphaImage(std::shared_ptr<HeifImage> &masterImage, uint8_t *dstMemory, size_t dstRowStride) SwApplyAlphaImage() argument
997 ConvertHwBufferPixelFormat(sptr<SurfaceBuffer> &hwBuffer, GridInfo &gridInfo, uint8_t *dstMemory, size_t dstRowStride) ConvertHwBufferPixelFormat() argument

Completed in 7 milliseconds