ipipe_config.h

来自「德州仪器新推出的达芬奇技术dm355的源代码」· C头文件 代码 · 共 10 行

H
10
字号
#ifndef _IPIPE_CONFIG_H#define _IPIPE_CONFIG_Hvoid InitIpipe(int width, int height, struct buffer* ipipebuffer);void CloseIpipe(struct buffer* ipipebuffer);void DoIPIPING(int width, int height, int offset);#define HCROP	0	#define VCROP   0	#endif

⌨️ 快捷键说明

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