
Functions | |
| static void | SetOffset (int, int, int, int, bool *, unsigned int *, int *) |
| void | I420_R5G5B5 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
| void | I420_R5G6B5 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
| void | I420_A8R8G8B8 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
| void | I420_R8G8B8A8 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
| void | I420_B8G8R8A8 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
| void | I420_A8B8G8R8 (filter_t *p_filter, picture_t *p_src, picture_t *p_dest) |
References filter_t::fmt_in, filter_t::fmt_out, video_format_t::i_height, plane_t::i_pitch, plane_t::i_visible_pitch, video_format_t::i_width, picture_t::p, filter_sys_t::p_buffer, filter_sys_t::p_offset, plane_t::p_pixels, filter_t::p_sys, SCALE_HEIGHT, SCALE_WIDTH, SetOffset(), es_format_t::video, and Y_PLANE.
| static void SetOffset | ( | int | i_width, | |
| int | i_height, | |||
| int | i_pic_width, | |||
| int | i_pic_height, | |||
| bool * | pb_hscale, | |||
| unsigned int * | pi_vscale, | |||
| int * | p_offset | |||
| ) | [static] |
Referenced by I420_R5G5B5().
1.5.6