| FFmpeg
    | 
#include "swscale_internal.h"Go to the source code of this file.
| Functions | |
| static void | free_lines (SwsSlice *s) | 
| static int | alloc_lines (SwsSlice *s, int size, int width) | 
| static int | alloc_slice (SwsSlice *s, enum AVPixelFormat fmt, int lumLines, int chrLines, int h_sub_sample, int v_sub_sample, int ring) | 
| static void | free_slice (SwsSlice *s) | 
| int | ff_rotate_slice (SwsSlice *s, int lum, int chr) | 
| int | ff_init_slice_from_src (SwsSlice *s, uint8_t *src[4], int stride[4], int srcW, int lumY, int lumH, int chrY, int chrH, int relative) | 
| static void | fill_ones (SwsSlice *s, int n, int bpc) | 
| static void | get_min_buffer_size (SwsContext *c, int *out_lum_size, int *out_chr_size) | 
| int | ff_init_filters (SwsContext *c) | 
| int | ff_free_filters (SwsContext *c) | 
| 
 | static | 
Definition at line 23 of file slice.c.
Referenced by alloc_lines(), and free_slice().
Definition at line 45 of file slice.c.
Referenced by ff_init_filters().
| 
 | static | 
Definition at line 78 of file slice.c.
Referenced by ff_init_filters().
| 
 | static | 
Definition at line 106 of file slice.c.
Referenced by ff_free_filters().
Definition at line 188 of file slice.c.
Referenced by ff_init_filters().
| 
 | static | 
Definition at line 219 of file slice.c.
Referenced by ff_init_filters().
| int ff_init_filters | ( | SwsContext * | c | ) | 
Definition at line 248 of file slice.c.
Referenced by sws_init_context().
| int ff_free_filters | ( | SwsContext * | c | ) | 
Definition at line 382 of file slice.c.
Referenced by ff_init_filters(), sws_freeContext(), and sws_init_context().
 1.8.17
 1.8.17