FFmpeg
|
#include "libavutil/colorspace.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.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 | RemapOpenCLContext |
Macros | |
#define | OFFSET(x) offsetof(RemapOpenCLContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (remap_opencl) | |
static av_cold int | remap_opencl_init (AVFilterContext *avctx) |
static int | remap_opencl_load (AVFilterContext *avctx, enum AVPixelFormat main_format, enum AVPixelFormat xmap_format, enum AVPixelFormat ymap_format) |
static int | remap_opencl_process_frame (FFFrameSync *fs) |
static int | config_output (AVFilterLink *outlink) |
static int | activate (AVFilterContext *ctx) |
static av_cold void | remap_opencl_uninit (AVFilterContext *avctx) |
Variables | |
static const AVOption | remap_opencl_options [] |
static const char * | kernels [] = { "remap_near", "remap_linear" } |
static const AVFilterPad | remap_opencl_inputs [] |
static const AVFilterPad | remap_opencl_outputs [] |
const AVFilter | ff_vf_remap_opencl |
#define OFFSET | ( | x | ) | offsetof(RemapOpenCLContext, x) |
Definition at line 49 of file vf_remap_opencl.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 50 of file vf_remap_opencl.c.
AVFILTER_DEFINE_CLASS | ( | remap_opencl | ) |
|
static |
Definition at line 62 of file vf_remap_opencl.c.
|
static |
Definition at line 69 of file vf_remap_opencl.c.
Referenced by remap_opencl_process_frame().
|
static |
Definition at line 132 of file vf_remap_opencl.c.
Referenced by config_output().
|
static |
Definition at line 231 of file vf_remap_opencl.c.
|
static |
Definition at line 286 of file vf_remap_opencl.c.
|
static |
Definition at line 292 of file vf_remap_opencl.c.
|
static |
Definition at line 52 of file vf_remap_opencl.c.
|
static |
Definition at line 67 of file vf_remap_opencl.c.
Referenced by remap_opencl_load().
|
static |
Definition at line 316 of file vf_remap_opencl.c.
|
static |
Definition at line 334 of file vf_remap_opencl.c.
const AVFilter ff_vf_remap_opencl |
Definition at line 342 of file vf_remap_opencl.c.