Go to the source code of this file.
static int cudaupload_config_output |
( |
AVFilterLink * |
outlink | ) |
|
|
static |
AVFILTER_DEFINE_CLASS |
( |
cudaupload |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in)
Definition at line 200 of file vf_hwupload_cuda.c.
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_config_output(AVFilterLink *outlink)
Definition at line 209 of file vf_hwupload_cuda.c.
Initial value:= {
.name = "hwupload_cuda",
.priv_class = &cudaupload_class,
}
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 outputs[]
static av_cold void cudaupload_uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
Definition at line 218 of file vf_hwupload_cuda.c.