Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | omap_vout_default_crop (struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop) |
int | omap_vout_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) |
int | omap_vout_try_window (struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win) |
int | omap_vout_new_window (struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win) |
void | omap_vout_new_format (struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, struct v4l2_window *win) |
unsigned long | omap_vout_alloc_buffer (u32 buf_size, u32 *phys_addr) |
void | omap_vout_free_buffer (unsigned long virtaddr, u32 buf_size) |
Definition at line 301 of file omap_voutlib.c.
void omap_vout_default_crop | ( | struct v4l2_pix_format * | pix, |
struct v4l2_framebuffer * | fbuf, | ||
struct v4l2_rect * | crop | ||
) |
Definition at line 43 of file omap_voutlib.c.
Definition at line 325 of file omap_voutlib.c.
int omap_vout_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 | ||
) |
Definition at line 165 of file omap_voutlib.c.
void omap_vout_new_format | ( | struct v4l2_pix_format * | pix, |
struct v4l2_framebuffer * | fbuf, | ||
struct v4l2_rect * | crop, | ||
struct v4l2_window * | win | ||
) |
Definition at line 281 of file omap_voutlib.c.
int omap_vout_new_window | ( | struct v4l2_rect * | crop, |
struct v4l2_window * | win, | ||
struct v4l2_framebuffer * | fbuf, | ||
struct v4l2_window * | new_win | ||
) |
Definition at line 111 of file omap_voutlib.c.
int omap_vout_try_window | ( | struct v4l2_framebuffer * | fbuf, |
struct v4l2_window * | new_win | ||
) |
Definition at line 63 of file omap_voutlib.c.