xine-lib 1.2.11
Data Structures | Typedefs | Functions
spu.h File Reference
#include <xine/attributes.h>
#include <xine/os_types.h>

Go to the source code of this file.

Data Structures

struct  xine_spu_opacity_s
 

Typedefs

typedef struct xine_spu_opacity_s xine_spu_opacity_t
 

Functions

void _x_spu_misc_init (xine_t *)
 
void _x_spu_get_opacity (xine_t *, xine_spu_opacity_t *)
 
int _x_spu_calculate_opacity (const clut_t *, uint8_t trans, const xine_spu_opacity_t *)
 

Typedef Documentation

◆ xine_spu_opacity_t

Function Documentation

◆ _x_spu_calculate_opacity()

int _x_spu_calculate_opacity ( const clut_t clut,
uint8_t  trans,
const xine_spu_opacity_t opacity 
)

◆ _x_spu_get_opacity()

void _x_spu_get_opacity ( xine_t this,
xine_spu_opacity_t opacity 
)

◆ _x_spu_misc_init()

void _x_spu_misc_init ( xine_t this)

References _, BLACK_OPACITY, COLOUR_OPACITY, and NULL.

Referenced by xine_stream_new().