xine-lib 1.2.11
Data Structures | Macros | Functions | Variables
video_out_none.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <pthread.h>
#include "xine.h"
#include <xine/video_out.h>
#include <xine/xine_internal.h>
#include <xine/xineutils.h>
#include <xine/vo_scale.h>

Data Structures

struct  vo_none_frame_t
 
struct  vo_none_driver_t
 
struct  vo_none_class_t
 

Macros

#define VO_NONE_CATALOG   { PLUGIN_VIDEO_OUT, 22, "none", XINE_VERSION_CODE, &vo_info_none, vo_none_init_class }
 

Functions

static void vo_none_free_framedata (vo_none_frame_t *frame)
 
static void vo_none_frame_dispose (vo_frame_t *vo_frame)
 
static void vo_none_frame_field (vo_frame_t *vo_frame, int which_field)
 
static uint32_t vo_none_get_capabilities (vo_driver_t *vo_driver)
 
static vo_frame_tvo_none_alloc_frame (vo_driver_t *vo_driver)
 
static void vo_none_update_frame_format (vo_driver_t *vo_driver, vo_frame_t *vo_frame, uint32_t width, uint32_t height, double ratio, int format, int flags)
 
static void vo_none_display_frame (vo_driver_t *vo_driver, vo_frame_t *vo_frame)
 
static int vo_none_get_property (vo_driver_t *vo_driver, int property)
 
static int vo_none_set_property (vo_driver_t *vo_driver, int property, int value)
 
static void vo_none_get_property_min_max (vo_driver_t *vo_driver, int property, int *min, int *max)
 
static int vo_none_gui_data_exchange (vo_driver_t *vo_driver, int data_type, void *data)
 
static void vo_none_dispose (vo_driver_t *vo_driver)
 
static int vo_none_redraw_needed (vo_driver_t *vo_driver)
 
static vo_driver_tvo_none_open_plugin (video_driver_class_t *driver_class, const void *visual)
 
static void * vo_none_init_class (xine_t *xine, const void *visual)
 

Variables

static const vo_info_t vo_info_none
 
const plugin_info_t xine_plugin_info[] EXPORTED
 

Macro Definition Documentation

◆ VO_NONE_CATALOG

#define VO_NONE_CATALOG   { PLUGIN_VIDEO_OUT, 22, "none", XINE_VERSION_CODE, &vo_info_none, vo_none_init_class }

Function Documentation

◆ vo_none_alloc_frame()

static vo_frame_t * vo_none_alloc_frame ( vo_driver_t vo_driver)
static

◆ vo_none_display_frame()

static void vo_none_display_frame ( vo_driver_t vo_driver,
vo_frame_t vo_frame 
)
static

References vo_frame_s::free.

Referenced by vo_none_open_plugin().

◆ vo_none_dispose()

static void vo_none_dispose ( vo_driver_t vo_driver)
static

Referenced by vo_none_open_plugin().

◆ vo_none_frame_dispose()

static void vo_none_frame_dispose ( vo_frame_t vo_frame)
static

◆ vo_none_frame_field()

static void vo_none_frame_field ( vo_frame_t vo_frame,
int  which_field 
)
static

Referenced by vo_none_alloc_frame().

◆ vo_none_free_framedata()

static void vo_none_free_framedata ( vo_none_frame_t frame)
static

◆ vo_none_get_capabilities()

static uint32_t vo_none_get_capabilities ( vo_driver_t vo_driver)
static

◆ vo_none_get_property()

static int vo_none_get_property ( vo_driver_t vo_driver,
int  property 
)
static

◆ vo_none_get_property_min_max()

static void vo_none_get_property_min_max ( vo_driver_t vo_driver,
int  property,
int *  min,
int *  max 
)
static

Referenced by vo_none_open_plugin().

◆ vo_none_gui_data_exchange()

static int vo_none_gui_data_exchange ( vo_driver_t vo_driver,
int  data_type,
void *  data 
)
static

◆ vo_none_init_class()

static void * vo_none_init_class ( xine_t xine,
const void *  visual 
)
static

◆ vo_none_open_plugin()

static vo_driver_t * vo_none_open_plugin ( video_driver_class_t driver_class,
const void *  visual 
)
static

◆ vo_none_redraw_needed()

static int vo_none_redraw_needed ( vo_driver_t vo_driver)
static

Referenced by vo_none_open_plugin().

◆ vo_none_set_property()

static int vo_none_set_property ( vo_driver_t vo_driver,
int  property,
int  value 
)
static

◆ vo_none_update_frame_format()

static void vo_none_update_frame_format ( vo_driver_t vo_driver,
vo_frame_t vo_frame,
uint32_t  width,
uint32_t  height,
double  ratio,
int  format,
int  flags 
)
static

Variable Documentation

◆ EXPORTED

const plugin_info_t xine_plugin_info [] EXPORTED
Initial value:
= {
{ PLUGIN_NONE, 0, NULL, 0, NULL, NULL }
}
static const vo_info_t vo_info_none
Definition: video_out_none.c:308
static void * vo_none_init_class(xine_t *xine, const void *visual)
Definition: video_out_none.c:290
#define XINE_VERSION_CODE
Definition: xine_internal.h:57
NULL
Definition: xine_plugin.c:78
#define PLUGIN_NONE
Definition: xine_plugin.h:29
#define PLUGIN_VIDEO_OUT
Definition: xine_plugin.h:36

◆ vo_info_none

const vo_info_t vo_info_none
static
Initial value:
= {
.priority = 5,
.visual_type = XINE_VISUAL_TYPE_NONE,
}
#define XINE_VISUAL_TYPE_NONE
Definition: xine.h:153