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
+21
View File
@@ -0,0 +1,21 @@
/*
* Copyright (c) XMEDIA. All rights reserved.
*/
#ifndef __MPI_VI_H__
#define __MPI_VI_H__
#include "xmedia_video_common.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
xmedia_s32 mpi_vi_start_stitch_luma_sync(xmedia_video_stitch_luma_sync_attr *sync_luma_param,
xmedia_video_point over_lap_point[][4]);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MPI_VI_H__ */