|
FFmpeg
|
#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 281 of file vf_overlay_opencl.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 282 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 120 of file vf_overlay_opencl.c.
Referenced by overlay_opencl_init().
|
static |
Definition at line 224 of file vf_overlay_opencl.c.
|
static |
Definition at line 241 of file vf_overlay_opencl.c.
|
static |
Definition at line 250 of file vf_overlay_opencl.c.
|
static |
Definition at line 257 of file vf_overlay_opencl.c.
| AVFILTER_DEFINE_CLASS | ( | overlay_opencl | ) |
|
static |
Definition at line 283 of file vf_overlay_opencl.c.
|
static |
Definition at line 293 of file vf_overlay_opencl.c.
|
static |
Definition at line 307 of file vf_overlay_opencl.c.
| AVFilter ff_vf_overlay_opencl |
Definition at line 316 of file vf_overlay_opencl.c.
1.8.6