Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
omap_voutlib.c File Reference
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/videodev2.h>
#include <linux/dma-mapping.h>
#include <plat/cpu.h>
#include "omap_voutlib.h"

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Texas Instruments")
 
 MODULE_DESCRIPTION ("OMAP Video library")
 
 MODULE_LICENSE ("GPL")
 
void omap_vout_default_crop (struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop)
 
 EXPORT_SYMBOL_GPL (omap_vout_default_crop)
 
int omap_vout_try_window (struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win)
 
 EXPORT_SYMBOL_GPL (omap_vout_try_window)
 
int omap_vout_new_window (struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win)
 
 EXPORT_SYMBOL_GPL (omap_vout_new_window)
 
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)
 
 EXPORT_SYMBOL_GPL (omap_vout_new_crop)
 
void omap_vout_new_format (struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, struct v4l2_window *win)
 
 EXPORT_SYMBOL_GPL (omap_vout_new_format)
 
unsigned long omap_vout_alloc_buffer (u32 buf_size, u32 *phys_addr)
 
void omap_vout_free_buffer (unsigned long virtaddr, u32 buf_size)
 

Function Documentation

EXPORT_SYMBOL_GPL ( omap_vout_default_crop  )
EXPORT_SYMBOL_GPL ( omap_vout_try_window  )
EXPORT_SYMBOL_GPL ( omap_vout_new_window  )
EXPORT_SYMBOL_GPL ( omap_vout_new_crop  )
EXPORT_SYMBOL_GPL ( omap_vout_new_format  )
MODULE_AUTHOR ( "Texas Instruments"  )
MODULE_DESCRIPTION ( "OMAP Video library"  )
MODULE_LICENSE ( "GPL"  )
unsigned long omap_vout_alloc_buffer ( u32  buf_size,
u32 phys_addr 
)

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.

void omap_vout_free_buffer ( unsigned long  virtaddr,
u32  buf_size 
)

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.