Go to the source code of this file.
◆ hwupload_query_formats()
◆ hwupload_config_output()
◆ hwupload_filter_frame()
◆ hwupload_uninit()
◆ hwupload_class
Initial value:= {
.class_name = "hwupload",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 203 of file vf_hwupload.c.
◆ hwupload_inputs
Initial value:= {
{
.name = "default",
},
}
static int hwupload_filter_frame(AVFilterLink *link, AVFrame *input)
Definition at line 210 of file vf_hwupload.c.
◆ hwupload_outputs
Initial value:= {
{
.name = "default",
},
}
static int hwupload_config_output(AVFilterLink *outlink)
Definition at line 219 of file vf_hwupload.c.
◆ ff_vf_hwupload
Initial value:= {
.name = "hwupload",
}
static int hwupload_query_formats(AVFilterContext *avctx)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void hwupload_uninit(AVFilterContext *avctx)
static const AVFilterPad hwupload_outputs[]
static const AVFilterPad hwupload_inputs[]
static const AVClass hwupload_class
Definition at line 228 of file vf_hwupload.c.