update: 更新文件 algorithm_video_common.h

Signed-off-by: gcw_4z3jiPvB <huweinan1@h-partners.com>
This commit is contained in:
gcw_4z3jiPvB
2026-08-13 17:08:47 +08:00
parent be1f26da9b
commit 1d403312e9
@@ -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;