|
FFmpeg
|
VPP video filter with AMF hardware acceleration. More...
#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/internal.h"#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_amf.h"#include "libavutil/hwcontext_amf_internal.h"#include "AMF/components/VideoConverter.h"#include "vf_amf_common.h"#include "avfilter.h"#include "scale_eval.h"#include "avfilter_internal.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| static int | amf_filter_query_formats (AVFilterContext *avctx) |
| static int | amf_filter_config_output (AVFilterLink *outlink) |
| AVFILTER_DEFINE_CLASS (vpp_amf) | |
Variables | |
| static const AVOption | vpp_amf_options [] |
| static const AVFilterPad | amf_filter_inputs [] |
| static const AVFilterPad | amf_filter_outputs [] |
| FFFilter | ff_vf_vpp_amf |
VPP video filter with AMF hardware acceleration.
Definition in file vf_vpp_amf.c.
| #define OFFSET | ( | x | ) |
Definition at line 213 of file vf_vpp_amf.c.
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 214 of file vf_vpp_amf.c.
|
static |
Definition at line 47 of file vf_vpp_amf.c.
|
static |
Definition at line 79 of file vf_vpp_amf.c.
| AVFILTER_DEFINE_CLASS | ( | vpp_amf | ) |
|
static |
Definition at line 215 of file vf_vpp_amf.c.
|
static |
Definition at line 280 of file vf_vpp_amf.c.
|
static |
Definition at line 288 of file vf_vpp_amf.c.
| FFFilter ff_vf_vpp_amf |
Definition at line 296 of file vf_vpp_amf.c.