|
FFmpeg
4.0
|
#include "libavutil/log.h"#include "libavutil/mem.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 [] |
| AVFilter | ff_vf_overlay_opencl |
| #define OFFSET | ( | x | ) | offsetof(OverlayOpenCLContext, x) |
Definition at line 310 of file vf_overlay_opencl.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 311 of file vf_overlay_opencl.c.
|
static |
Definition at line 49 of file vf_overlay_opencl.c.
Referenced by overlay_opencl_blend().
|
static |
Definition at line 128 of file vf_overlay_opencl.c.
Referenced by overlay_opencl_init().
|
static |
Definition at line 253 of file vf_overlay_opencl.c.
|
static |
Definition at line 270 of file vf_overlay_opencl.c.
|
static |
Definition at line 279 of file vf_overlay_opencl.c.
|
static |
Definition at line 286 of file vf_overlay_opencl.c.
| AVFILTER_DEFINE_CLASS | ( | overlay_opencl | ) |
|
static |
Definition at line 312 of file vf_overlay_opencl.c.
|
static |
Definition at line 322 of file vf_overlay_opencl.c.
|
static |
Definition at line 336 of file vf_overlay_opencl.c.
| AVFilter ff_vf_overlay_opencl |
Definition at line 345 of file vf_overlay_opencl.c.
1.8.13