diff --git a/graphic/graphic_2d/native_buffer/native_buffer.h b/graphic/graphic_2d/native_buffer/native_buffer.h index e42de9a324c7e378e7c4bb31cdae7b215070fbe5..c7cab38f9656ceec2251d6e51cc06e63e2799029 100644 --- a/graphic/graphic_2d/native_buffer/native_buffer.h +++ b/graphic/graphic_2d/native_buffer/native_buffer.h @@ -194,15 +194,15 @@ typedef enum OH_NativeBuffer_Format { */ NATIVEBUFFER_PIXEL_FMT_RAW10, /** - * RGBA16 float format + * BLOB format * @since 16 */ - NATIVEBUFFER_PIXEL_FMT_RGBA16_FLOAT, + NATIVEBUFFER_PIXEL_FMT_BLOB, /** - * BLOB format + * RGBA16 float format * @since 16 */ - NATIVEBUFFER_PIXEL_FMT_BLOB, + NATIVEBUFFER_PIXEL_FMT_RGBA16_FLOAT, /** * vender mask format * @since 12