diff --git a/graphic/graphic_2d/native_buffer/buffer_common.h b/graphic/graphic_2d/native_buffer/buffer_common.h index 752da7f9f74a4951f480961f36a543aa950bbb0d..d42c7a674b8c8bc6b69e5afe3a66acee702dd235 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