Go to the source code of this file.
|
| enum | var_name {
VAR_IN_W
, VAR_IW
, VAR_IN_H
, VAR_IH
,
VAR_OUT_W
, VAR_OW
, VAR_OUT_H
, VAR_OH
,
VAR_X
, VAR_Y
, VAR_A
, VAR_SAR
,
VAR_DAR
, VARS_NB
} |
| |
◆ OFFSET
◆ FLAGS
◆ var_name
| Enumerator |
|---|
| VAR_IN_W | |
| VAR_IW | |
| VAR_IN_H | |
| VAR_IH | |
| VAR_OUT_W | |
| VAR_OW | |
| VAR_OUT_H | |
| VAR_OH | |
| VAR_X | |
| VAR_Y | |
| VAR_A | |
| VAR_SAR | |
| VAR_DAR | |
| VARS_NB | |
Definition at line 41 of file vf_pad_vaapi.c.
◆ pad_vaapi_config_output()
| static int pad_vaapi_config_output |
( |
AVFilterLink * | outlink | ) |
|
|
static |
◆ pad_vaapi_filter_frame()
◆ pad_vaapi_init()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
pad_vaapi | | ) |
|
◆ var_names
| const char* const var_names[] |
|
static |
Initial value:= {
"in_w", "iw",
"in_h", "ih",
"out_w", "ow",
"out_h", "oh",
"x",
"y",
"a",
"sar",
"dar",
}
Definition at line 28 of file vf_pad_vaapi.c.
◆ pad_vaapi_options
Initial value:= {
}
@ AV_OPT_TYPE_RATIONAL
Underlying C type is AVRational.
@ 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...
@ AV_OPT_TYPE_COLOR
Underlying C type is uint8_t[4].
Definition at line 241 of file vf_pad_vaapi.c.
◆ pad_vaapi_inputs
Initial value:= {
{
.name = "default",
},
}
int ff_vaapi_vpp_config_input(AVFilterLink *inlink)
static int pad_vaapi_filter_frame(AVFilterLink *link, AVFrame *input_frame)
Definition at line 255 of file vf_pad_vaapi.c.
◆ pad_vaapi_outputs
Initial value:= {
{
.name = "default",
},
}
static int pad_vaapi_config_output(AVFilterLink *outlink)
Definition at line 264 of file vf_pad_vaapi.c.
◆ ff_vf_pad_vaapi
Initial value:= {
.p.name = "pad_vaapi",
.p.priv_class = &pad_vaapi_class,
}
int(* init)(AVBSFContext *ctx)
static av_cold void uninit(AVBitStreamFilterContext *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.
int ff_vaapi_vpp_query_formats(const AVFilterContext *avctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
void ff_vaapi_vpp_ctx_uninit(AVFilterContext *avctx)
static av_cold int pad_vaapi_init(AVFilterContext *avctx)
static const AVFilterPad pad_vaapi_inputs[]
static const AVFilterPad pad_vaapi_outputs[]
Definition at line 272 of file vf_pad_vaapi.c.