mga.c File Reference

Include dependency graph for mga.c:


Data Structures

struct  mga_vid_config_t
struct  vout_sys_t
struct  picture_sys_t

Defines

#define MGA_VID_CONFIG   _IOR('J', 1, mga_vid_config_t)
#define MGA_VID_ON   _IO ('J', 2)
#define MGA_VID_OFF   _IO ('J', 3)
#define MGA_VID_FSEL   _IOR('J', 4, int)
#define MGA_G200   0x1234
#define MGA_G400   0x5678
#define MGA_VID_FORMAT_YV12   0x32315659
#define MGA_VID_FORMAT_IYUV   (('I'<<24)|('Y'<<16)|('U'<<8)|'V')
#define MGA_VID_FORMAT_I420   (('I'<<24)|('4'<<16)|('2'<<8)|'0')
#define MGA_VID_FORMAT_YUY2   (('Y'<<24)|('U'<<16)|('Y'<<8)|'2')
#define MGA_VID_FORMAT_UYVY   (('U'<<24)|('Y'<<16)|('V'<<8)|'Y')
#define MGA_VID_VERSION   0x0201
#define MGA_NUM_FRAMES   1
#define CEIL32(x)   (((x)+31)&~31)

Functions

static int Create (vlc_object_t *)
static void Destroy (vlc_object_t *)
static int Init (vout_thread_t *)
static void End (vout_thread_t *)
static void Display (vout_thread_t *, picture_t *)
static int NewPicture (vout_thread_t *, picture_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)

Define Documentation

#define CEIL32 (  )     (((x)+31)&~31)

#define MGA_G200   0x1234

#define MGA_G400   0x5678

#define MGA_NUM_FRAMES   1

#define MGA_VID_CONFIG   _IOR('J', 1, mga_vid_config_t)

#define MGA_VID_FORMAT_I420   (('I'<<24)|('4'<<16)|('2'<<8)|'0')

#define MGA_VID_FORMAT_IYUV   (('I'<<24)|('Y'<<16)|('U'<<8)|'V')

#define MGA_VID_FORMAT_UYVY   (('U'<<24)|('Y'<<16)|('V'<<8)|'Y')

#define MGA_VID_FORMAT_YUY2   (('Y'<<24)|('U'<<16)|('Y'<<8)|'2')

#define MGA_VID_FORMAT_YV12   0x32315659

#define MGA_VID_FSEL   _IOR('J', 4, int)

#define MGA_VID_OFF   _IO ('J', 3)

#define MGA_VID_ON   _IO ('J', 2)

#define MGA_VID_VERSION   0x0201


Function Documentation

static int Create ( vlc_object_t  )  [static]

static void Destroy ( vlc_object_t  )  [static]

static void Display ( vout_thread_t ,
picture_t  
) [static]

static void End ( vout_thread_t  )  [static]

static int Init ( vout_thread_t  )  [static]

static int NewPicture ( vout_thread_t ,
picture_t  
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Wed Aug 13 08:05:15 2008 for VLC by  doxygen 1.5.1