📄 hi_comm_firmware.h
字号:
/****************************************************************************** Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : hi_comm_firmware.h Version : Initial Draft Author : Hisilicon multimedia software group Created : 2006/1/13 Last Modified : Description : hi_dvs_venc.c header file Function List : History : 1.Date : 2006/1/13 Author : qushen Modification: Created file******************************************************************************/#ifndef __HI_COMM_FIRMWARE_H__#define __HI_COMM_FIRMWARE_H__#include <hi_common.h>#ifdef __cplusplus#if __cplusplusextern "C"{#endif#endif /* __cplusplus */#define PRODUCT_VERSION 0x01030200#define MSP_VERSION 0x01030200typedef struct hiFIRMWARE_INFO_S{ HI_S32 s32HW_version; /* The hardware version information */ HI_S32 s32SW_version; /* The software version information */ /* The capbility of video encoder */ HI_U32 u32VencAbility[VENC_FORMAT_BUTT]; /* The capbility of video decoder */ HI_U32 u32VdecAbility[VENC_FORMAT_BUTT]; /* The capbility of audio encoder */ HI_U32 u32AencAbility[AUDIO_CODEC_FORMAT_BUTT]; /* The capbility of audio decoder */ HI_U32 u32AdecAbiliby[AUDIO_CODEC_FORMAT_BUTT];} FIRMWARE_INFO_S;typedef struct hiVERSION_INFO_S{ HI_U32 u32ProductVer; /* The product version */ HI_U32 u32RootBoxVer; /* RootBox version */ HI_U32 u32LinuxVer; /* Linux kernel version */ HI_U32 u32MspVer; /* The MSP version */ HI_U32 u32AlgVer; /* The codec alg version*/ HI_U32 u32ChipVer; /* The chip version */} VERSION_INFO_S;typedef struct hiVERSION_STRING_S{ HI_CHAR szProductVer[80]; /* The product version */ HI_CHAR szRootBoxVer[80]; /* RootBox version */ HI_CHAR szLinuxVer[80]; /* Linux kernel version */ HI_CHAR szMspVer[80]; /* The MSP version */ HI_CHAR szAlgVer[80]; /* The codec alg version*/ HI_CHAR szChipVer[80]; /* The chip version */} VERSION_STRING_S;#ifdef __cplusplus#if __cplusplus}#endif#endif /* __cplusplus */#endif /* __HI_COMM_FIRMWARE_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -