Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
| Enumerator |
|---|
| CUDAUPLOAD_FMT_CUDA | |
| CUDAUPLOAD_FMT_CUARRAY | |
| CUDAUPLOAD_FMT_NB | |
Definition at line 29 of file vf_hwupload_cuda.c.
◆ cudaupload_init()
◆ cudaupload_uninit()
◆ cudaupload_query_formats()
◆ cudaupload_config_output()
| static int cudaupload_config_output |
( |
AVFilterLink * | outlink | ) |
|
|
static |
◆ cudaupload_filter_frame()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
cudaupload | | ) |
|
◆ cudaupload_options
Initial value:= {
}
static char * output_format
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 183 of file vf_hwupload_cuda.c.
◆ cudaupload_inputs
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in)
Definition at line 193 of file vf_hwupload_cuda.c.
◆ cudaupload_outputs
Initial value:= {
{
.name = "default",
},
}
static int cudaupload_config_output(AVFilterLink *outlink)
Definition at line 201 of file vf_hwupload_cuda.c.
◆ ff_vf_hwupload_cuda
Initial value:= {
.p.name = "hwupload_cuda",
.p.priv_class = &cudaupload_class,
}
#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 av_cold void cudaupload_uninit(AVFilterContext *ctx)
static int cudaupload_query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad cudaupload_outputs[]
static const AVFilterPad cudaupload_inputs[]
static av_cold int cudaupload_init(AVFilterContext *ctx)
Definition at line 209 of file vf_hwupload_cuda.c.