Searched defs:dstMemory (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 326 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "Rotate ImageData", in rotate() local 359 …auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "crop ImageData", rect.width, rect.height, d… in crop() local 421 auto dstMemory = CreateMemory(imageInfo.pixelFormat, "scale ImageData", dstW, dstH, dstStrides); in scale() local 459 auto dstMemory = CreateMemory(imageInfo.pixelFormat, "scale ImageData", dstW, dstH, dstStrides); in scale() local 497 auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "flip ImageData", srcW, srcH, dstStrides); in flip() local 722 …auto dstMemory = CreateMemory(imageInfo_.pixelFormat, "translate ImageData", width, height, dstStr… in translate() local 908 auto dstMemory = MemoryManager::CreateMemory(allocatorType_, memoryData); in SetColorSpace() local
|
H A D | pixel_map.cpp | 372 static int AllocPixelMapMemory(std::unique_ptr<AbsMemory> &dstMemory, int32_t &dstRowStride, in AllocPixelMapMemory() 438 std::unique_ptr<AbsMemory> dstMemory = nullptr; in Create() local 668 std::unique_ptr<AbsMemory> dstMemory = nullptr; in Create() local 3458 …std::unique_ptr<AbsMemory> dstMemory = MemoryManager::CreateMemory(memoryInfo.allocType, memoryDat… in GendstTransInfo() local 3523 TransMemoryInfo dstMemory; in DoTranslation() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 967 size_t alphaStride, uint8_t *dstMemory, size_t dstRowStride) in FillAlphaChannel() 1008 uint8_t *dstMemory, size_t dstRowStride) in HwApplyAlphaImage() 1035 uint8_t *dstMemory, size_t dstRowStride) in SwApplyAlphaImage() 1067 uint8_t *dstMemory, size_t dstRowStride) in ConvertHwBufferPixelFormat()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 3132 std::unique_ptr<AbsMemory> dstMemory = MemoryManager::CreateMemory(allocatorType, memoryData); in ReadFileAndResoveAstc() local
|