Go to the source code of this file.
◆ MAX_DIAMETER
◆ OFFSET
◆ FLAGS
◆ unsharp_opencl_init()
◆ unsharp_opencl_make_filter_params()
◆ unsharp_opencl_filter_frame()
◆ unsharp_opencl_uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
unsharp_opencl |
| ) |
|
◆ unsharp_opencl_options
◆ unsharp_opencl_inputs
◆ unsharp_opencl_outputs
◆ ff_vf_unsharp_opencl
Initial value:= {
.name = "unsharp_opencl",
.priv_class = &unsharp_opencl_class,
}
Definition at line 399 of file vf_unsharp_opencl.c.
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
static int unsharp_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input)
int ff_opencl_filter_config_output(AVFilterLink *outlink)
Create a suitable hardware frames context for the output.
static const AVFilterPad unsharp_opencl_outputs[]
#define FILTER_INPUTS(array)
@ AV_PIX_FMT_OPENCL
Hardware surfaces for OpenCL.
int(* init)(AVBSFContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
int ff_opencl_filter_config_input(AVFilterLink *inlink)
Check that the input link contains a suitable hardware frames context and extract the device from it.
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
static void uninit(AVBSFContext *ctx)
int ff_opencl_filter_init(AVFilterContext *avctx)
Initialise an OpenCL filter context.
static av_cold void unsharp_opencl_uninit(AVFilterContext *avctx)
#define FILTER_OUTPUTS(array)
static const AVFilterPad unsharp_opencl_inputs[]