Go to the source code of this file.
Functions | |
| static void | glue (yuv420p_to_, RGB_NAME) |
| static void | glue (yuvj420p_to_, RGB_NAME) |
| static void | glue (RGB_NAME, _to_yuv420p) |
| static void | glue (RGB_NAME, _to_gray) |
| static void | glue (gray_to_, RGB_NAME) |
| static void | glue (pal8_to_, RGB_NAME) |
| static void | yuv444p_to_rgb24 (AVPicture *dst, const AVPicture *src, int width, int height) |
| static void | yuvj444p_to_rgb24 (AVPicture *dst, const AVPicture *src, int width, int height) |
| static void | rgb24_to_yuv444p (AVPicture *dst, const AVPicture *src, int width, int height) |
| static void | rgb24_to_yuvj420p (AVPicture *dst, const AVPicture *src, int width, int height) |
| static void | rgb24_to_yuvj444p (AVPicture *dst, const AVPicture *src, int width, int height) |
| static void | glue (RGB_NAME, _to_pal8) |
| static int | glue (get_alpha_info_, RGB_NAME) const |
| static int glue | ( | get_alpha_info_ | , | |
| RGB_NAME | ||||
| ) | const [static] |
Definition at line 841 of file imgconvert_template.c.
| static void glue | ( | RGB_NAME | , | |
| _to_pal8 | ||||
| ) | [static] |
Definition at line 793 of file imgconvert_template.c.
| static void glue | ( | pal8_to_ | , | |
| RGB_NAME | ||||
| ) | [static] |
Definition at line 373 of file imgconvert_template.c.
| static void glue | ( | gray_to_ | , | |
| RGB_NAME | ||||
| ) | [static] |
Definition at line 347 of file imgconvert_template.c.
| static void glue | ( | RGB_NAME | , | |
| _to_gray | ||||
| ) | [static] |
Definition at line 321 of file imgconvert_template.c.
| static void glue | ( | RGB_NAME | , | |
| _to_yuv420p | ||||
| ) | [static] |
Definition at line 214 of file imgconvert_template.c.
| static void glue | ( | yuvj420p_to_ | , | |
| RGB_NAME | ||||
| ) | [static] |
Definition at line 120 of file imgconvert_template.c.
| static void glue | ( | yuv420p_to_ | , | |
| RGB_NAME | ||||
| ) | [static] |
Definition at line 26 of file imgconvert_template.c.
| static void rgb24_to_yuv444p | ( | AVPicture * | dst, | |
| const AVPicture * | src, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 618 of file imgconvert_template.c.
| static void rgb24_to_yuvj420p | ( | AVPicture * | dst, | |
| const AVPicture * | src, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 650 of file imgconvert_template.c.
| static void rgb24_to_yuvj444p | ( | AVPicture * | dst, | |
| const AVPicture * | src, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 757 of file imgconvert_template.c.
| static void yuv444p_to_rgb24 | ( | AVPicture * | dst, | |
| const AVPicture * | src, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 552 of file imgconvert_template.c.
| static void yuvj444p_to_rgb24 | ( | AVPicture * | dst, | |
| const AVPicture * | src, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 585 of file imgconvert_template.c.
1.6.1