cif.h

来自「在海尔的DM642开发板实现RF5框架」· C头文件 代码 · 共 21 行

H
21
字号
#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 + =
减小字号Ctrl + -
显示快捷键?