GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
#ifndef _XMEDIA_API_VQE__H_
#define _XMEDIA_API_VQE__H_
#include "xmedia_type.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif /* __cplusplus */
/*
* 函数功能:注册音频处理算法
* 函数参数:
* dev - 输入参数,算法掩码
* chn - 输入参数,算法句柄
* 返回值:
* XMEDIA_SUCCESS - 函数执行成功
* XMEDIA_ERRCODE_INVALID_PARAM - 无效参数
* XMEDIA_ERRCODE_NULL_PTR - 空指针
*/
xmedia_s32 xmedia_vqe_register_module(xmedia_u32 masks, xmedia_void* handle);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* __cplusplus */
#endif