Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
Enumerator |
---|
X | |
Y | |
W | |
H | |
NB_PARAMS | |
Definition at line 25 of file vf_addroi.c.
◆ anonymous enum
Enumerator |
---|
VAR_IW | |
VAR_IH | |
NB_VARS | |
Definition at line 33 of file vf_addroi.c.
◆ addroi_config_input()
◆ addroi_filter_frame()
◆ addroi_init()
◆ addroi_uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
addroi |
| ) |
|
◆ addroi_param_names
const char addroi_param_names[] |
|
static |
◆ addroi_var_names
const char* const addroi_var_names[] |
|
static |
◆ addroi_options
Initial value:= {
{ "x", "Region distance from left edge of frame.",
{ "y", "Region distance from top edge of frame.",
{ "w", "Region width.",
{ "h", "Region height.",
{ "qoffset", "Quantisation offset to apply in the region.",
{ "clear", "Remove any existing regions of interest before adding the new one.",
}
Definition at line 219 of file vf_addroi.c.
◆ addroi_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 240 of file vf_addroi.c.
◆ addroi_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 250 of file vf_addroi.c.
◆ ff_vf_addroi
Initial value:= {
.name = "addroi",
.priv_class = &addroi_class,
}
Definition at line 258 of file vf_addroi.c.