blendbench.c File Reference

Include dependency graph for blendbench.c:


Data Structures

struct  filter_sys_t
 filter_sys_t: chroma method descriptor More...

Defines

#define LOOPS_TEXT   N_("Number of time to blend")
#define LOOPS_LONGTEXT   N_("The number of time the blend will be performed")
#define ALPHA_TEXT   N_("Alpha of the blended image")
#define ALPHA_LONGTEXT   N_("Alpha with which the blend image is blended")
#define BASE_IMAGE_TEXT   N_("Image to be blended onto")
#define BASE_IMAGE_LONGTEXT   N_("The image which will be used to blend onto")
#define BASE_CHROMA_TEXT   N_("Chroma for the base image")
#define BASE_CHROMA_LONGTEXT   N_("Chroma which the base image will be loaded in")
#define BLEND_IMAGE_TEXT   N_("Image which will be blended")
#define BLEND_IMAGE_LONGTEXT   N_("The image blended onto the base image")
#define BLEND_CHROMA_TEXT   N_("Chroma for the blend image")
#define BLEND_CHROMA_LONGTEXT
#define CFG_PREFIX   "blendbench-"

Functions

static int Create (vlc_object_t *)
static void Destroy (vlc_object_t *)
static picture_tFilter (filter_t *, picture_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static int blendbench_LoadImage (vlc_object_t *p_this, picture_t **pp_pic, vlc_fourcc_t i_chroma, char *psz_file, const char *psz_name)

Variables

static const char *const ppsz_filter_options []

Define Documentation

#define ALPHA_LONGTEXT   N_("Alpha with which the blend image is blended")

#define ALPHA_TEXT   N_("Alpha of the blended image")

#define BASE_CHROMA_LONGTEXT   N_("Chroma which the base image will be loaded in")

#define BASE_CHROMA_TEXT   N_("Chroma for the base image")

#define BASE_IMAGE_LONGTEXT   N_("The image which will be used to blend onto")

#define BASE_IMAGE_TEXT   N_("Image to be blended onto")

#define BLEND_CHROMA_LONGTEXT

Value:

N_("Chroma which the blend image will be loaded" \
                                 "in")

#define BLEND_CHROMA_TEXT   N_("Chroma for the blend image")

#define BLEND_IMAGE_LONGTEXT   N_("The image blended onto the base image")

#define BLEND_IMAGE_TEXT   N_("Image which will be blended")

#define CFG_PREFIX   "blendbench-"

#define LOOPS_LONGTEXT   N_("The number of time the blend will be performed")

#define LOOPS_TEXT   N_("Number of time to blend")


Function Documentation

static int blendbench_LoadImage ( vlc_object_t p_this,
picture_t **  pp_pic,
vlc_fourcc_t  i_chroma,
char *  psz_file,
const char *  psz_name 
) [static]

static int Create ( vlc_object_t p_this  )  [static]

static void Destroy ( vlc_object_t p_this  )  [static]

static picture_t * Filter ( filter_t p_filter,
picture_t p_pic 
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const char* const ppsz_filter_options[] [static]

Initial value:

 {
    "loops", "alpha", "base-image", "base-chroma", "blend-image",
    "blend-chroma", NULL
}


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