From 32d66126a912b2da33808f4d0c588ccb9c805c61 Mon Sep 17 00:00:00 2001 From: pxh123456789 Date: Fri, 4 Jul 2025 09:29:44 +0000 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pxh123456789 --- .../errorcode-videoprocessingengine.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-image-kit/errorcode-videoprocessingengine.md b/zh-cn/application-dev/reference/apis-image-kit/errorcode-videoprocessingengine.md index 871ea9aaea9..8a5d25bf042 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/errorcode-videoprocessingengine.md +++ b/zh-cn/application-dev/reference/apis-image-kit/errorcode-videoprocessingengine.md @@ -3,7 +3,7 @@ > > 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。 -## 29210001 未知错误 +## 29200001 未知错误 **错误信息** @@ -23,7 +23,7 @@ Some unknown error occurred, such as GPU calculation failure or memcpy failure. 1. 检查资源是否已经初始化。 2. 检查内存是否有效。 -## 29210002 初始化失败 +## 29200002 初始化失败 **错误信息** @@ -41,7 +41,7 @@ GPU初始化失败。 查看log是否有GPU异常上报。 -## 29210003 创建失败 +## 29200003 创建失败 **错误信息** @@ -59,7 +59,7 @@ Failed to create video processing instance. For example, the number of instances 减少创建实例的数目。 -## 29210004 处理失败 +## 29200004 处理失败 **错误信息** @@ -77,7 +77,7 @@ Failed to process video buffer. For example, the processing times out. 减小负载。 -## 29210005 不支持的处理 +## 29200005 不支持的处理 **错误信息** @@ -95,7 +95,7 @@ The processing is not supported. You may call OH_VideoProcessing_IsXXXSupported 检查log打印。 -## 29210006 不被允许的操作 +## 29200006 不被允许的操作 **错误信息** @@ -113,7 +113,7 @@ The operation is not permitted. This may be caused by incorrect status. 检查log打印。 -## 29210007 内存不足 +## 29200007 内存不足 **错误信息** @@ -131,7 +131,7 @@ Out of memory. 减少内存申请。 -## 29210008 实例无效 +## 29200008 实例无效 **错误信息** @@ -149,7 +149,7 @@ The video processing instance is invalid. This may be caused by null instance. 检查实例的创建。 -## 29210009 值无效 +## 29200009 值无效 **错误信息** -- Gitee