Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ hwmap_query_formats()
◆ hwmap_config_output()
◆ hwmap_get_buffer()
◆ hwmap_filter_frame()
◆ hwmap_uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
hwmap |
| ) |
|
◆ hwmap_options
Initial value:= {
{ "mode", "Frame mapping mode",
0, INT_MAX,
FLAGS,
"mode" },
{ "read", "Mapping should be readable",
INT_MIN, INT_MAX,
FLAGS,
"mode" },
{ "write", "Mapping should be writeable",
INT_MIN, INT_MAX,
FLAGS,
"mode" },
{ "overwrite", "Mapping will always overwrite the entire frame",
INT_MIN, INT_MAX,
FLAGS,
"mode" },
{ "direct", "Mapping should not involve any copying",
INT_MIN, INT_MAX,
FLAGS,
"mode" },
{ "derive_device", "Derive a new device of this type",
{ "reverse", "Map in reverse (create and allocate in the sink)",
{ .i64 = 0 }, 0, 1,
FLAGS },
}
Definition at line 372 of file vf_hwmap.c.
◆ hwmap_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 403 of file vf_hwmap.c.
◆ hwmap_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 412 of file vf_hwmap.c.
◆ ff_vf_hwmap
Initial value:= {
.name = "hwmap",
.priv_class = &hwmap_class,
}
Definition at line 420 of file vf_hwmap.c.
@ AV_HWFRAME_MAP_READ
The mapping must be readable.
@ AV_HWFRAME_MAP_DIRECT
The mapping must be direct.
@ AV_HWFRAME_MAP_OVERWRITE
The mapped frame will be overwritten completely in subsequent operations, so the current frame data n...
@ AV_HWFRAME_MAP_WRITE
The mapping must be writeable.