Go to the source code of this file.
|
| enum | var_name {
VAR_IN_H
, VAR_IH
, VAR_IN_W
, VAR_IW
,
VAR_X
, VAR_Y
, VAR_H
, VAR_W
,
VAR_T
, VAR_MAX
, VARS_NB
} |
| |
◆ OFFSET
◆ FLAGS
◆ var_name
| Enumerator |
|---|
| VAR_IN_H | |
| VAR_IH | |
| VAR_IN_W | |
| VAR_IW | |
| VAR_X | |
| VAR_Y | |
| VAR_H | |
| VAR_W | |
| VAR_T | |
| VAR_MAX | |
| VARS_NB | |
Definition at line 40 of file vf_drawbox_vaapi.c.
◆ drawbox_vaapi_config_output()
| static int drawbox_vaapi_config_output |
( |
AVFilterLink * | outlink | ) |
|
|
static |
◆ drawbox_vaapi_filter_frame()
◆ drawbox_vaapi_init()
◆ drawbox_vaapi_uninit()
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
drawbox_vaapi | | ) |
|
◆ var_names
| const char* const var_names[] |
|
static |
Initial value:= {
"in_h", "ih",
"in_w", "iw",
"x",
"y",
"h",
"w",
"t",
"fill",
}
Definition at line 28 of file vf_drawbox_vaapi.c.
◆ NUM_EXPR_EVALS
| const int NUM_EXPR_EVALS = 5 |
|
static |
◆ drawbox_vaapi_options
Initial value:= {
}
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
@ 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 324 of file vf_drawbox_vaapi.c.
◆ drawbox_vaapi_inputs
Initial value:= {
{
.name = "default",
},
}
int ff_vaapi_vpp_config_input(AVFilterLink *inlink)
static int drawbox_vaapi_filter_frame(AVFilterLink *link, AVFrame *input_frame)
Definition at line 341 of file vf_drawbox_vaapi.c.
◆ drawbox_vaapi_outputs
Initial value:= {
{
.name = "default",
},
}
static int drawbox_vaapi_config_output(AVFilterLink *outlink)
Definition at line 350 of file vf_drawbox_vaapi.c.
◆ ff_vf_drawbox_vaapi
Initial value:= {
.p.name = "drawbox_vaapi",
.p.priv_class = &drawbox_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)
static const AVFilterPad drawbox_vaapi_outputs[]
static const AVFilterPad drawbox_vaapi_inputs[]
static av_cold int drawbox_vaapi_init(AVFilterContext *avctx)
static av_cold void drawbox_vaapi_uninit(AVFilterContext *avctx)
Definition at line 358 of file vf_drawbox_vaapi.c.