|
FFmpeg
|
#include "libavutil/buffer.h"#include "libavutil/hwcontext.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | HWMapContext |
Macros | |
| #define | OFFSET(x) offsetof(HWMapContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static int | hwmap_query_formats (AVFilterContext *avctx) |
| static int | hwmap_config_output (AVFilterLink *outlink) |
| static AVFrame * | hwmap_get_buffer (AVFilterLink *inlink, int w, int h) |
| static int | hwmap_filter_frame (AVFilterLink *link, AVFrame *input) |
| static av_cold void | hwmap_uninit (AVFilterContext *avctx) |
| AVFILTER_DEFINE_CLASS (hwmap) | |
Variables | |
| static const AVOption | hwmap_options [] |
| static const AVFilterPad | hwmap_inputs [] |
| static const AVFilterPad | hwmap_outputs [] |
| AVFilter | ff_vf_hwmap |
| #define OFFSET | ( | x | ) | offsetof(HWMapContext, x) |
Definition at line 364 of file vf_hwmap.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 365 of file vf_hwmap.c.
|
static |
Definition at line 40 of file vf_hwmap.c.
|
static |
Definition at line 53 of file vf_hwmap.c.
|
static |
Definition at line 258 of file vf_hwmap.c.
|
static |
Definition at line 297 of file vf_hwmap.c.
|
static |
Definition at line 357 of file vf_hwmap.c.
| AVFILTER_DEFINE_CLASS | ( | hwmap | ) |
|
static |
Definition at line 366 of file vf_hwmap.c.
|
static |
Definition at line 397 of file vf_hwmap.c.
|
static |
Definition at line 407 of file vf_hwmap.c.
| AVFilter ff_vf_hwmap |
Definition at line 416 of file vf_hwmap.c.
1.8.6