From 81de8834ccf760f670aa6f87aad2f4412473d54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BE=89?= Date: Tue, 5 Aug 2025 12:19:56 +0000 Subject: [PATCH] native buffer config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李辉 Change-Id: I7eac8f325e422bd9afefea0d729580e415c234d0 --- graphic/graphic_2d/native_buffer/native_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_buffer/native_buffer.h b/graphic/graphic_2d/native_buffer/native_buffer.h index 771256ac540..0522a5f0a46 100644 --- a/graphic/graphic_2d/native_buffer/native_buffer.h +++ b/graphic/graphic_2d/native_buffer/native_buffer.h @@ -282,7 +282,7 @@ typedef struct { int32_t height; ///< Height in pixels int32_t format; ///< One of PixelFormat int32_t usage; ///< Combination of buffer usage - int32_t stride; ///< the stride of memory + int32_t stride; ///< the stride of memory in bytes } OH_NativeBuffer_Config; /** -- Gitee