From 3d6a0e6193a32ab598119b18847fafe722d093a3 Mon Sep 17 00:00:00 2001 From: dingpy Date: Fri, 12 Sep 2025 09:23:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EmatadataType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dingpy --- graphic/graphic_2d/native_buffer/buffer_common.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_buffer/buffer_common.h b/graphic/graphic_2d/native_buffer/buffer_common.h index 752da7f9f74..d42c7a674b8 100644 --- a/graphic/graphic_2d/native_buffer/buffer_common.h +++ b/graphic/graphic_2d/native_buffer/buffer_common.h @@ -138,8 +138,13 @@ typedef enum OH_NativeBuffer_MetadataType { OH_VIDEO_HDR_HDR10, /** HDR VIVID */ OH_VIDEO_HDR_VIVID, + /** HDR VIVID DUAL */ + OH_VIDEO_HDR_VIVID_DUAL, + /** HDR VIVID SINGLE */ + OH_VIDEO_HDR_VIVID_SINGLE, /** - * NONE Metadata + * NONE Metadata, as the enumeration expands, the value of NONE will increase,\n + * and it is not allowed to use devil numbers instead of NONE enumeration. * @since 13 */ OH_VIDEO_NONE = -1 -- Gitee