Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
cudaupload |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in)
Definition at line 159 of file vf_hwupload_cuda.c.
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_config_output(AVFilterLink *outlink)
Definition at line 168 of file vf_hwupload_cuda.c.
Initial value:= {
.name = "hwupload_cuda",
.priv_class = &cudaupload_class,
}
#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 cudaupload_query_formats(AVFilterContext *ctx)
static const AVFilterPad cudaupload_outputs[]
static av_cold int cudaupload_init(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad cudaupload_inputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void cudaupload_uninit(AVFilterContext *ctx)
Definition at line 177 of file vf_hwupload_cuda.c.