|
xine-lib
1.2.10
|
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 struct xine_spu_opacity_s xine_spu_opacity_t |
| int _x_spu_calculate_opacity | ( | const clut_t * | , |
| uint8_t | trans, | ||
| const xine_spu_opacity_t * | |||
| ) |
References xine_spu_opacity_s::black, clut_s::cb, xine_spu_opacity_s::colour, clut_s::cr, and clut_s::y.
Referenced by dvb_spu_class_open_plugin(), and recalculate_trans().
| void _x_spu_get_opacity | ( | xine_t * | , |
| xine_spu_opacity_t * | |||
| ) |
References xine_spu_opacity_s::black, BLACK_OPACITY, xine_spu_opacity_s::colour, COLOUR_OPACITY, and cfg_entry_s::num_value.
Referenced by dvb_spu_class_open_plugin(), and recalculate_trans().
| void _x_spu_misc_init | ( | xine_t * | ) |
References _, BLACK_OPACITY, COLOUR_OPACITY, and NULL.
Referenced by xine_stream_new().
1.8.17