xine-lib 1.2.11
Functions
fill.c File Reference
#include "planar.h"
#include <xine/xine_internal.h>
#include <xine/post.h>

Functions

static void fill_dispose (post_plugin_t *this)
 
static vo_frame_tfill_get_frame (xine_video_port_t *port_gen, uint32_t width, uint32_t height, double ratio, int format, int flags)
 
static int fill_draw (vo_frame_t *frame, xine_stream_t *stream)
 
static post_plugin_tfill_open_plugin (post_class_t *class_gen, int inputs, xine_audio_port_t **audio_target, xine_video_port_t **video_target)
 
void * fill_init_plugin (xine_t *xine, const void *data)
 

Function Documentation

◆ fill_dispose()

static void fill_dispose ( post_plugin_t this)
static

References _x_post_dispose().

Referenced by fill_open_plugin().

◆ fill_draw()

static int fill_draw ( vo_frame_t frame,
xine_stream_t stream 
)
static

◆ fill_get_frame()

static vo_frame_t * fill_get_frame ( xine_video_port_t port_gen,
uint32_t  width,
uint32_t  height,
double  ratio,
int  format,
int  flags 
)
static

◆ fill_init_plugin()

void * fill_init_plugin ( xine_t xine,
const void *  data 
)

◆ fill_open_plugin()

static post_plugin_t * fill_open_plugin ( post_class_t class_gen,
int  inputs,
xine_audio_port_t **  audio_target,
xine_video_port_t **  video_target 
)
static