FFmpeg
|
#include "config.h"
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/cpu.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavcodec/bytestream.h"
#include "libswscale/swscale.h"
Go to the source code of this file.
Functions | |
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) |
static void | free_plane (uint8_t *data[AV_VIDEO_MAX_PLANES]) |
static void | mapres (unsigned *r0, unsigned *r1) |
int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
size_t | size | ||
) |
Definition at line 89 of file target_sws_fuzzer.c.
|
static |
Definition at line 37 of file target_sws_fuzzer.c.
Referenced by LLVMFuzzerTestOneInput().
|
static |
Definition at line 43 of file target_sws_fuzzer.c.
Referenced by LLVMFuzzerTestOneInput().
|
static |
Definition at line 74 of file target_sws_fuzzer.c.
Referenced by LLVMFuzzerTestOneInput().
|
static |
Definition at line 80 of file target_sws_fuzzer.c.
Referenced by LLVMFuzzerTestOneInput().