Go to the source code of this file.
|
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| |
| static void | error (const char *err) |
| |
| static int | alloc_plane (uint8_t *data[AV_VIDEO_MAX_PLANES], int stride[AV_VIDEO_MAX_PLANES], int w, int h, int format, int *hshift, int *vshift, int zero_init) |
| |
| static void | free_plane (uint8_t *data[AV_VIDEO_MAX_PLANES]) |
| |
| static void | mapres (unsigned *r0, unsigned *r1) |
| |
| static void | read_filter_params (GetByteContext *gbc, FilterParams *p) |
| |
| static SwsFilter * | get_filter (const FilterParams *p) |
| |
| static void | reset_cpu_flags (void) |
| |
◆ LLVMFuzzerTestOneInput()
| int LLVMFuzzerTestOneInput |
( |
const uint8_t * | data, |
|
|
size_t | size ) |
◆ error()
| static void error |
( |
const char * | err | ) |
|
|
static |
◆ alloc_plane()
| static int alloc_plane |
( |
uint8_t * | data[AV_VIDEO_MAX_PLANES], |
|
|
int | stride[AV_VIDEO_MAX_PLANES], |
|
|
int | w, |
|
|
int | h, |
|
|
int | format, |
|
|
int * | hshift, |
|
|
int * | vshift, |
|
|
int | zero_init ) |
|
static |
◆ free_plane()
| static void free_plane |
( |
uint8_t * | data[AV_VIDEO_MAX_PLANES] | ) |
|
|
static |
◆ mapres()
| static void mapres |
( |
unsigned * | r0, |
|
|
unsigned * | r1 ) |
|
static |
◆ read_filter_params()
◆ get_filter()
◆ reset_cpu_flags()
| static void reset_cpu_flags |
( |
void | | ) |
|
|
static |