|
FFmpeg
|
#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "filters.h"#include "opencl.h"#include "opencl_source.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | XFadeOpenCLContext |
Macros | |
| #define | OFFSET(x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Enumerations | |
| enum | XFadeTransitions { CUSTOM , FADE , WIPELEFT , WIPERIGHT , WIPEUP , WIPEDOWN , SLIDELEFT , SLIDERIGHT , SLIDEUP , SLIDEDOWN , NB_TRANSITIONS } |
Functions | |
| static int | xfade_opencl_load (AVFilterContext *avctx, enum AVPixelFormat main_format, enum AVPixelFormat xfade_format) |
| static int | xfade_frame (AVFilterContext *avctx, AVFrame *a, AVFrame *b) |
| static int | xfade_opencl_config_output (AVFilterLink *outlink) |
| static int | xfade_opencl_activate (AVFilterContext *avctx) |
| static av_cold void | xfade_opencl_uninit (AVFilterContext *avctx) |
| static AVFrame * | get_video_buffer (AVFilterLink *inlink, int w, int h) |
| AVFILTER_DEFINE_CLASS (xfade_opencl) | |
Variables | |
| static const AVOption | xfade_opencl_options [] |
| static const AVFilterPad | xfade_opencl_inputs [] |
| static const AVFilterPad | xfade_opencl_outputs [] |
| const FFFilter | ff_vf_xfade_opencl |
| #define OFFSET | ( | x | ) |
Definition at line 386 of file vf_xfade_opencl.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 387 of file vf_xfade_opencl.c.
| enum XFadeTransitions |
| Enumerator | |
|---|---|
| CUSTOM | |
| FADE | |
| WIPELEFT | |
| WIPERIGHT | |
| WIPEUP | |
| WIPEDOWN | |
| SLIDELEFT | |
| SLIDERIGHT | |
| SLIDEUP | |
| SLIDEDOWN | |
| NB_TRANSITIONS | |
Definition at line 29 of file vf_xfade_opencl.c.
|
static |
Definition at line 69 of file vf_xfade_opencl.c.
Referenced by xfade_frame().
|
static |
Definition at line 137 of file vf_xfade_opencl.c.
Referenced by xfade_opencl_activate().
|
static |
Definition at line 212 of file vf_xfade_opencl.c.
|
static |
Definition at line 259 of file vf_xfade_opencl.c.
|
static |
Definition at line 355 of file vf_xfade_opencl.c.
|
static |
Definition at line 377 of file vf_xfade_opencl.c.
| AVFILTER_DEFINE_CLASS | ( | xfade_opencl | ) |
|
static |
Definition at line 389 of file vf_xfade_opencl.c.
|
static |
Definition at line 410 of file vf_xfade_opencl.c.
|
static |
Definition at line 425 of file vf_xfade_opencl.c.
| const FFFilter ff_vf_xfade_opencl |
Definition at line 433 of file vf_xfade_opencl.c.