userapp.h

来自「it s a source code for how to integrate 」· C头文件 代码 · 共 48 行

H
48
字号
/*    Character Driver API Interface    Copyright (C) 2003 Samsung Electronics (SW.LEE: hitchcar@samsung.com)    This program is free software; you can redistribute it and/or modify    it under the terms of the GNU General Public License as published by    the Free Software Foundation; either version 2 of the License, or    (at your option) any later version.*/#ifndef __FIMC20_CAMIF_USR_APP_H_#define __FIMC20_CAMIF_USR_APP_H_/*  * IOCTL Command for Character Driver */ #define CMD_CAMERA_INIT     0x23#define CMD_DECODER_VIDEO_A 0x64 // 100#define CMD_DECODER_VIDEO_B 0x65 // 101/*  Test Application Usage */typedef struct {        int src_x;        int src_y;        int dst_x;        int dst_y;        int bpp;        int flip;} camif_param_t;#endif/*  * Local variables: * tab-width: 8 *  c-indent-level: 8 *  c-basic-offset: 8 *  c-set-style: "K&R" * End: */

⌨️ 快捷键说明

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