![]() |
ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
IMP系统模块头文件 更多...
#include "imp_common.h"
结构体 | |
| struct | IMPVersion |
| IMP系统版本号定义. 更多... | |
函数 | |
| int | IMP_System_Init (void) |
| IMP系统初始化. 更多... | |
| int | IMP_System_Exit (void) |
| IMP系统去初始化. 更多... | |
| int64_t | IMP_System_GetTimeStamp (void) |
| 获得IMP系统的时间戳,单位为微秒。 更多... | |
| int | IMP_System_RebaseTimeStamp (int64_t basets) |
| 设置IMP系统的时间戳,单位为微秒。 更多... | |
| uint32_t | IMP_System_ReadReg32 (uint32_t regAddr) |
| 读取32位寄存器的值。 更多... | |
| void | IMP_System_WriteReg32 (uint32_t regAddr, uint32_t value) |
| 向32位寄存器中写值。 更多... | |
| int | IMP_System_GetVersion (IMPVersion *pstVersion) |
| 获取IMP系统版本号. 更多... | |
| const char * | IMP_System_GetCPUInfo (void) |
| 获取CPU型号信息. 更多... | |
| int | IMP_System_Bind (IMPCell *srcCell, IMPCell *dstCell) |
| 绑定源Cell和目的Cell. 更多... | |
| int | IMP_System_UnBind (IMPCell *srcCell, IMPCell *dstCell) |
| 解除源Cell和目的Cell的绑定. 更多... | |
| int | IMP_System_GetBindbyDest (IMPCell *dstCell, IMPCell *srcCell) |
| 获取绑定在目的Cell的源Cell信息. 更多... | |
IMP系统模块头文件
1.8.8