From 1d403312e96ffcb06ca25c7dd22b8f898a52f85b Mon Sep 17 00:00:00 2001 From: gcw_4z3jiPvB Date: Thu, 13 Aug 2026 17:08:47 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20algorithm=5Fvideo=5Fcommon.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gcw_4z3jiPvB --- interfaces/inner_api/algorithm_video_common.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/interfaces/inner_api/algorithm_video_common.h b/interfaces/inner_api/algorithm_video_common.h index 96c3f97..28037de 100644 --- a/interfaces/inner_api/algorithm_video_common.h +++ b/interfaces/inner_api/algorithm_video_common.h @@ -57,6 +57,7 @@ enum VpeVideoType : uint32_t { */ VIDEO_TYPE_DETAIL_ENHANCER = 0x4, VIDEO_TYPE_AIHDR_ENHANCER = 0x8, + VIDEO_TYPE_AUTO_EFFECT_AISR = 0x30, }; /** @@ -250,6 +251,14 @@ public: */ static constexpr std::string_view DETAIL_ENHANCER_NODE_ID{"NodeId"}; + /** + * @brief The key is used to identify the surface node name. + * + * @since 26.1.0 + * @version 26.1.0 + */ + static constexpr std::string_view SURFACE_NODE_NAME{"SurfaceNodeName"}; + private: ParameterKey() = delete; ~ParameterKey() = delete;