diff --git a/BUILD.gn b/BUILD.gn index 286962c9913af8889dc38cd4e77917e0a3ff845e..810a2543869563e2b936db98d107c57da80ac369 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -19,4 +19,4 @@ group("video_processing_engine_packages") { "framework:videoprocessingengine", "services:videoprocessingservice" ] -} +} \ No newline at end of file diff --git a/README.md b/README.md index 2ea58a8bee981f175229719b624103bd51c5f916..9df72f725e7bdf785c3112d9df927b8550782ed0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VPE引擎 +# VPE引擎(multimedia_video_processing_engine) ## 简介 VPE(Video Processing Engine)引擎是处理视频和图像数据的媒体引擎,包括细节增强、对比度增强、亮度增强、动态范围增强等基础能力,为转码、分享、显示后处理等提供色彩空间转换、缩放超分、动态元数据集生成等基础算法。 diff --git a/README_EN.md b/README_EN.md index d300dc5b4530d934425d6d6af1c85edac6d47228..2a3cfff8745ab91f5978e494b7b206c18dae6157 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -# VPE +# VPE(multimedia_video_processing_engine) ## Overview The Video Processing Engine (VPE) is a media engine for processing video and image data. It offers a range of fundamental capabilities including enhancements to details, contrast, luminance, and dynamic ranges. It also supports essential algorithms for color space conversion, scaling and upscaling, and dynamic metadata generation for transcoding, sharing, and post-processing for display. diff --git a/patches/patches.json b/patches/patches.json new file mode 100644 index 0000000000000000000000000000000000000000..1d277a49a3b3daf258ba91192156f7854d5a7a03 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,9 @@ +{ + "patches": [ + { + "project":"vendor_hihope", + "path":"vendor/hihope", + "pr_url":"https://gitee.com/openharmony/vendor_hihope/pulls/1420" + } + ] +} \ No newline at end of file