FFmpeg
|
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "framesync.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 | OverlayOpenCLContext |
Macros | |
#define | OFFSET(x) offsetof(OverlayOpenCLContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
static int | overlay_opencl_load (AVFilterContext *avctx, enum AVPixelFormat main_format, enum AVPixelFormat overlay_format) |
static int | overlay_opencl_blend (FFFrameSync *fs) |
static int | overlay_opencl_config_output (AVFilterLink *outlink) |
static av_cold int | overlay_opencl_init (AVFilterContext *avctx) |
static int | overlay_opencl_activate (AVFilterContext *avctx) |
static av_cold void | overlay_opencl_uninit (AVFilterContext *avctx) |
AVFILTER_DEFINE_CLASS (overlay_opencl) | |
Variables | |
static const AVOption | overlay_opencl_options [] |
static const AVFilterPad | overlay_opencl_inputs [] |
static const AVFilterPad | overlay_opencl_outputs [] |
const AVFilter | ff_vf_overlay_opencl |
#define OFFSET | ( | x | ) | offsetof(OverlayOpenCLContext, x) |
Definition at line 280 of file vf_overlay_opencl.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 281 of file vf_overlay_opencl.c.
|
static |
Definition at line 48 of file vf_overlay_opencl.c.
Referenced by overlay_opencl_blend().
|
static |
Definition at line 119 of file vf_overlay_opencl.c.
Referenced by overlay_opencl_init().
|
static |
Definition at line 223 of file vf_overlay_opencl.c.
|
static |
Definition at line 240 of file vf_overlay_opencl.c.
|
static |
Definition at line 249 of file vf_overlay_opencl.c.
|
static |
Definition at line 256 of file vf_overlay_opencl.c.
AVFILTER_DEFINE_CLASS | ( | overlay_opencl | ) |
|
static |
Definition at line 282 of file vf_overlay_opencl.c.
|
static |
Definition at line 292 of file vf_overlay_opencl.c.
|
static |
Definition at line 305 of file vf_overlay_opencl.c.
const AVFilter ff_vf_overlay_opencl |
Definition at line 313 of file vf_overlay_opencl.c.