codecheck

Signed-off-by: liushang <liushang2@huawei.com>
This commit is contained in:
liushang
2025-03-01 15:31:34 +08:00
parent 5dcaddaf5d
commit 3df6ee285a
8 changed files with 187 additions and 54 deletions
+11
View File
@@ -94,12 +94,23 @@ public:
/**
* @brief Stop video processing.
*
* This method must be called during running.
*
* @return If successful, returns {@link VPE_ALGO_ERR_OK}. On error, retuns an error code.
* @since 5.1
* @version 5.1
*/
virtual VPEAlgoErrCode Stop();
/**
* @brief Releases all resources before destructor. All methods are unavailable after calling this.
* @return If successful, returns {@link VPE_ALGO_ERR_OK}. On error, retuns an error code.
* @since 5.1
* @version 5.1
*/
virtual VPEAlgoErrCode Release();
/**
* @brief Flush both input and output buffers for video processing.
*