Go to the source code of this file.
Classes | |
| struct | SwsContext |
Typedefs | |
| typedef int(* | SwsFunc )(struct SwsContext *context, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
Functions | |
| SwsFunc | yuv2rgb_get_func_ptr (SwsContext *c) |
| int | yuv2rgb_c_init_tables (SwsContext *c, const int inv_table[4], int fullRange, int brightness, int contrast, int saturation) |
| char * | sws_format_name (int format) |
| static int | fmt_depth (int fmt) |
| typedef int(* SwsFunc)(struct SwsContext *context, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
Definition at line 32 of file swscale_internal.h.
| SwsFunc yuv2rgb_get_func_ptr | ( | SwsContext * | c | ) |
Referenced by sws_getContext().
| int yuv2rgb_c_init_tables | ( | SwsContext * | c, | |
| const int | inv_table[4], | |||
| int | fullRange, | |||
| int | brightness, | |||
| int | contrast, | |||
| int | saturation | |||
| ) |
| char* sws_format_name | ( | int | format | ) |
| static int fmt_depth | ( | int | fmt | ) | [inline, static] |
Definition at line 232 of file swscale_internal.h.
Referenced by rgb2rgbWrapper(), sws_getContext(), and yuv2rgb_c_init_tables().
1.5.5