#include "config_components.h"
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/avstring.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.
◆ OFFSET
◆ FLAGS
◆ neighbor_opencl_init()
◆ neighbor_opencl_make_filter_params()
◆ neighbor_opencl_filter_frame()
◆ neighbor_opencl_uninit()
◆ neighbor_opencl_inputs
Initial value:= {
{
.name = "default",
},
}
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.
static int neighbor_opencl_filter_frame(AVFilterLink *inlink, AVFrame *input)
Definition at line 245 of file vf_neighbor_opencl.c.
◆ neighbor_opencl_outputs
Initial value:= {
{
.name = "default",
},
}
int ff_opencl_filter_config_output(AVFilterLink *outlink)
Create a suitable hardware frames context for the output.
Definition at line 254 of file vf_neighbor_opencl.c.