xine-lib 1.2.13-20230125hg15249
Functions
invert.c File Reference
#include "planar.h"
#include <xine/xine_internal.h>
#include <xine/post.h>

Functions

static void invert_dispose (post_plugin_t *this)
 
static int invert_intercept_frame (post_video_port_t *port, vo_frame_t *frame)
 
static int invert_draw (vo_frame_t *frame, xine_stream_t *stream)
 
static post_plugin_tinvert_open_plugin (post_class_t *class_gen, int inputs, xine_audio_port_t **audio_target, xine_video_port_t **video_target)
 
void * invert_init_plugin (xine_t *xine, const void *data)
 

Function Documentation

◆ invert_dispose()

static void invert_dispose ( post_plugin_t * this)
static

References _x_post_dispose().

Referenced by invert_open_plugin().

◆ invert_draw()

static int invert_draw ( vo_frame_t * frame,
xine_stream_t * stream )
static

◆ invert_init_plugin()

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

◆ invert_intercept_frame()

static int invert_intercept_frame ( post_video_port_t * port,
vo_frame_t * frame )
static

◆ invert_open_plugin()

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