mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-08-26 21:21:15 -04:00
update: 更新文件 algorithm_video_common.h
Signed-off-by: gcw_4z3jiPvB <huweinan1@h-partners.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user