Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ hwupload_init()
◆ hwupload_query_formats()
◆ hwupload_config_output()
◆ hwupload_filter_frame()
◆ hwupload_uninit()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
hwupload | | ) |
|
◆ hwupload_options
Initial value:= {
{
"derive_device", "Derive a new device of this type",
},
{
}
}
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 231 of file vf_hwupload.c.
◆ hwupload_inputs
Initial value:= {
{
.name = "default",
},
}
static int hwupload_filter_frame(AVFilterLink *link, AVFrame *input)
Definition at line 244 of file vf_hwupload.c.
◆ hwupload_outputs
Initial value:= {
{
.name = "default",
},
}
static int hwupload_config_output(AVFilterLink *outlink)
Definition at line 252 of file vf_hwupload.c.
◆ ff_vf_hwupload
Initial value:= {
.p.name = "hwupload",
.p.priv_class = &hwupload_class,
}
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int hwupload_query_formats(const AVFilterContext *avctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static av_cold void hwupload_uninit(AVFilterContext *avctx)
static const AVFilterPad hwupload_outputs[]
static const AVFilterPad hwupload_inputs[]
static int hwupload_init(AVFilterContext *avctx)
Definition at line 260 of file vf_hwupload.c.