FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "opencl.h"
#include "opencl_source.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | ColorkeyOpenCLContext |
Macros | |
#define | OFFSET(x) offsetof(ColorkeyOpenCLContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static int | colorkey_opencl_init (AVFilterContext *avctx) |
static int | filter_frame (AVFilterLink *link, AVFrame *input_frame) |
static av_cold void | colorkey_opencl_uninit (AVFilterContext *avctx) |
AVFILTER_DEFINE_CLASS (colorkey_opencl) | |
Variables | |
static const AVFilterPad | colorkey_opencl_inputs [] |
static const AVFilterPad | colorkey_opencl_outputs [] |
static const AVOption | colorkey_opencl_options [] |
const AVFilter | ff_vf_colorkey_opencl |
#define OFFSET | ( | x | ) | offsetof(ColorkeyOpenCLContext, x) |
Definition at line 219 of file vf_colorkey_opencl.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 220 of file vf_colorkey_opencl.c.
|
static |
Definition at line 49 of file vf_colorkey_opencl.c.
Referenced by filter_frame().
|
static |
Definition at line 91 of file vf_colorkey_opencl.c.
|
static |
Definition at line 180 of file vf_colorkey_opencl.c.
AVFILTER_DEFINE_CLASS | ( | colorkey_opencl | ) |
|
static |
Definition at line 202 of file vf_colorkey_opencl.c.
|
static |
Definition at line 211 of file vf_colorkey_opencl.c.
|
static |
Definition at line 222 of file vf_colorkey_opencl.c.
const AVFilter ff_vf_colorkey_opencl |
Definition at line 231 of file vf_colorkey_opencl.c.