/* * omap_voutlib.h * * Copyright (C) 2010 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. * */#ifndef OMAP_VOUTLIB_H#define OMAP_VOUTLIB_Hexternvoidomap_vout_default_crop(structv4l2_pix_format*pix,structv4l2_framebuffer*fbuf,structv4l2_rect*crop);externintomap_vout_new_crop(structv4l2_pix_format*pix,structv4l2_rect*crop,structv4l2_window*win,structv4l2_framebuffer*fbuf,conststructv4l2_rect*new_crop);externintomap_vout_try_window(structv4l2_framebuffer*fbuf,structv4l2_window*new_win);externintomap_vout_new_window(structv4l2_rect*crop,structv4l2_window*win,structv4l2_framebuffer*fbuf,structv4l2_window*new_win);externvoidomap_vout_new_format(structv4l2_pix_format*pix,structv4l2_framebuffer*fbuf,structv4l2_rect*crop,structv4l2_window*win);#endif /* #ifndef OMAP_VOUTLIB_H */