xine-lib 1.2.11
Data Structures | Macros | Typedefs | Functions
rgb.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <xine/xine_internal.h>
#include <xine/video_out.h>
#include <xine/buffer.h>
#include <xine/xineutils.h>
#include "group_raw.h"

Data Structures

struct  rgb_decoder_s
 

Macros

#define LOG_MODULE   "rgb"
 
#define LOG_VERBOSE
 

Typedefs

typedef struct rgb_decoder_s rgb_decoder_t
 

Functions

static void rgb_decode_data (video_decoder_t *this_gen, buf_element_t *buf)
 
static void rgb_flush (video_decoder_t *this_gen)
 
static void rgb_reset (video_decoder_t *this_gen)
 
static void rgb_discontinuity (video_decoder_t *this_gen)
 
static void rgb_dispose (video_decoder_t *this_gen)
 
static video_decoder_topen_plugin (video_decoder_class_t *class_gen, xine_stream_t *stream)
 
void * decode_rgb_init_class (xine_t *xine, const void *data)
 

Macro Definition Documentation

◆ LOG_MODULE

#define LOG_MODULE   "rgb"

◆ LOG_VERBOSE

#define LOG_VERBOSE

Typedef Documentation

◆ rgb_decoder_t

typedef struct rgb_decoder_s rgb_decoder_t

Function Documentation

◆ decode_rgb_init_class()

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

◆ open_plugin()

static video_decoder_t * open_plugin ( video_decoder_class_t class_gen,
xine_stream_t stream 
)
static

◆ rgb_decode_data()

static void rgb_decode_data ( video_decoder_t this_gen,
buf_element_t buf 
)
static

◆ rgb_discontinuity()

static void rgb_discontinuity ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ rgb_dispose()

static void rgb_dispose ( video_decoder_t this_gen)
static

References rgb2yuy2_free().

Referenced by open_plugin().

◆ rgb_flush()

static void rgb_flush ( video_decoder_t this_gen)
static

Referenced by open_plugin().

◆ rgb_reset()

static void rgb_reset ( video_decoder_t this_gen)
static

Referenced by open_plugin().