vout_intf.c File Reference

Include dependency graph for vout_intf.c:


Defines

#define FP_FACTOR   1000

Functions

static void InitWindowSize (vout_thread_t *, unsigned *, unsigned *)
static int ZoomCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int CropCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int AspectCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int OnTopCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int FullscreenCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int SnapshotCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int TitleShowCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int TitleTimeoutCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
static int TitlePositionCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
void * vout_RequestWindow (vout_thread_t *p_vout, int *pi_x_hint, int *pi_y_hint, unsigned int *pi_width_hint, unsigned int *pi_height_hint)
void vout_ReleaseWindow (vout_thread_t *p_vout, void *dummy)
int vout_ControlWindow (vout_thread_t *p_vout, void *dummy, int i_query, va_list args)
static void AddCustomRatios (vout_thread_t *p_vout, const char *psz_var, char *psz_list)
void vout_IntfInit (vout_thread_t *p_vout)
int vout_Snapshot (vout_thread_t *p_vout, picture_t *p_pic)
void vout_EnableFilter (vout_thread_t *p_vout, char *psz_name, bool b_add, bool b_setconfig)
int vout_vaControlDefault (vout_thread_t *p_vout, int i_query, va_list args)

Variables

struct {
   double   f_value
   const char *   psz_label
p_zoom_values []
struct {
   const char *   psz_value
   const char *   psz_label
p_crop_values []
struct {
   const char *   psz_value
   const char *   psz_label
p_aspect_ratio_values []

Define Documentation

#define FP_FACTOR   1000


Function Documentation

static void AddCustomRatios ( vout_thread_t p_vout,
const char *  psz_var,
char *  psz_list 
) [static]

static int AspectCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int CropCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int FullscreenCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static void InitWindowSize ( vout_thread_t ,
unsigned *  ,
unsigned *   
) [static]

static int OnTopCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int SnapshotCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int TitlePositionCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int TitleShowCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int TitleTimeoutCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]

static int ZoomCallback ( vlc_object_t ,
char const *  ,
vlc_value_t  ,
vlc_value_t  ,
void *   
) [static]


Variable Documentation

double f_value

struct { ... } p_aspect_ratio_values[] [static]

struct { ... } p_crop_values[] [static]

struct { ... } p_zoom_values[] [static]

const char* psz_label

const char* psz_label

const char* psz_label

const char* psz_value

const char* psz_value


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