⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cif.h

📁 在海尔的DM642开发板实现RF5框架
💻 H
字号:
#define CIF_Line_SZ 352
#define CIF_numLine 288
#define CIF_yPitch	  352
#define CIF_cPitch	  176
#define CIF_cLine	   144
#define CIF_numFrms  2
#define  ALIGNMENT      128
#define SegId             0
#define Line_SZ 	720
#define numLine 	288
#define cPitch           360

typedef struct 
{	
	char* y;
	char* cb;
	char* cr;
}PtrCIFFrame;

int CONUVY2_UVY1(FVID_Frame *cap1_FrameBuf, PtrCIFFrame *ptrFrame);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -