invmem.c File Reference

Include dependency graph for invmem.c:


Data Structures

struct  decoder_sys_t

Defines

#define T_WIDTH   N_( "Width" )
#define LT_WIDTH   N_( "Video memory buffer width." )
#define T_HEIGHT   N_( "Height" )
#define LT_HEIGHT   N_( "Video memory buffer height." )
#define T_LOCK   N_( "Lock function" )
#define LT_LOCK
#define T_UNLOCK   N_( "Unlock function" )
#define LT_UNLOCK   N_( "Address of the unlocking callback function" )
#define T_DATA   N_( "Callback data" )
#define LT_DATA   N_( "Data for the locking and unlocking functions" )
#define T_CHROMA   N_("Chroma")
#define LT_CHROMA

Functions

static int OpenDecoder (vlc_object_t *)
static void CloseDecoder (vlc_object_t *)
static picture_tDecodeBlock (decoder_t *, block_t **)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)

Define Documentation

#define LT_CHROMA

Value:

N_("Output chroma for the memory image as a 4-character " \
                      "string, eg. \"RV32\".")

#define LT_DATA   N_( "Data for the locking and unlocking functions" )

#define LT_HEIGHT   N_( "Video memory buffer height." )

#define LT_LOCK

Value:

N_( "Address of the locking callback function. This " \
                    "function must return a valid memory address for use " \
                    "by the video renderer." )

#define LT_UNLOCK   N_( "Address of the unlocking callback function" )

#define LT_WIDTH   N_( "Video memory buffer width." )

#define T_CHROMA   N_("Chroma")

#define T_DATA   N_( "Callback data" )

#define T_HEIGHT   N_( "Height" )

#define T_LOCK   N_( "Lock function" )

#define T_UNLOCK   N_( "Unlock function" )

#define T_WIDTH   N_( "Width" )


Function Documentation

static void CloseDecoder ( vlc_object_t p_this  )  [static]

References decoder_t::p_sys, and p_sys.

static picture_t * DecodeBlock ( decoder_t p_dec,
block_t **  pp_block 
) [static]

static int OpenDecoder ( vlc_object_t p_this  )  [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Generated on Tue May 25 08:05:13 2010 for VLC by  doxygen 1.5.6