|
Defines |
| #define | ATTRIBUTE_PACKED |
| #define | PRAGMA_PACK 1 |
| #define | XX44_PALETTE_SIZE 32 |
Functions |
| void | _x_alphablend_init (alphablend_t *extra_data, xine_t *xine) |
| void | _x_alphablend_free (alphablend_t *extra_data) |
| void | blend_rgb16 (uint8_t *img, vo_overlay_t *img_overl, int img_width, int img_height, int dst_width, int dst_height, alphablend_t *extra_data) |
| void | blend_rgb24 (uint8_t *img, vo_overlay_t *img_overl, int img_width, int img_height, int dst_width, int dst_height, alphablend_t *extra_data) |
| void | blend_rgb32 (uint8_t *img, vo_overlay_t *img_overl, int img_width, int img_height, int dst_width, int dst_height, alphablend_t *extra_data) |
| void | blend_yuv (uint8_t *dst_base[3], vo_overlay_t *img_overl, int dst_width, int dst_height, int dst_pitches[3], alphablend_t *extra_data) |
| void | blend_yuy2 (uint8_t *dst_img, vo_overlay_t *img_overl, int dst_width, int dst_height, int dst_pitch, alphablend_t *extra_data) |
| void | blend_xx44 (uint8_t *dst_img, vo_overlay_t *img_overl, int dst_width, int dst_height, int dst_pitch, alphablend_t *extra_data, xx44_palette_t *palette, int ia44) |
| void | clear_xx44_palette (xx44_palette_t *p) |
| void | init_xx44_palette (xx44_palette_t *p, unsigned num_entries) |
| void | dispose_xx44_palette (xx44_palette_t *p) |
| void | xx44_to_xvmc_palette (const xx44_palette_t *p, unsigned char *xvmc_palette, unsigned first_xx44_entry, unsigned num_xx44_entries, unsigned num_xvmc_components, char *xvmc_components) |