omap24xxlib.h
来自「omap3 linux 2.6 用nocc去除了冗余代码」· C头文件 代码 · 共 33 行
H
33 行
/* * drivers/media/video/omap24xx/omap24xxlib.h * * Copyright (C) 2005 Texas Instruments. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether express or implied. * */#define OMAP24XXLIB_VIDEO_Hextern void omap24xxvout_default_crop(struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop);extern int omap24xxvout_new_crop(struct v4l2_pix_format *pix, struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, const struct v4l2_rect *new_crop);extern int omap24xxvout_try_window(struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win);extern int omap24xxvout_new_window(struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win);extern void omap24xxvout_new_format(struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, struct v4l2_window *win);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?