From 63472c5bdfe959261436d367af2f43ea3157d109 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 Feb 2024 17:10:18 +0800 Subject: [PATCH] =?UTF-8?q?CreatePixelMap=E7=9A=84=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E4=BB=A5=E5=8F=8A=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuwei Change-Id: I84395f4876f0d0fea940b3e7af0a4b6e0d3fe0b6 --- multimedia/image_framework/include/image_pixel_map_mdk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/image_framework/include/image_pixel_map_mdk.h b/multimedia/image_framework/include/image_pixel_map_mdk.h index b5cf58c3a..2f6488cba 100644 --- a/multimedia/image_framework/include/image_pixel_map_mdk.h +++ b/multimedia/image_framework/include/image_pixel_map_mdk.h @@ -128,6 +128,8 @@ struct OhosPixelMapCreateOps { uint32_t width; /** Image height, in pixels. */ uint32_t height; + /** Image source format. */ + int32_t srcPixelFormat; /** Image format. */ int32_t pixelFormat; /** Editing type of the image. */ -- Gitee