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 279 of file vf_hwmap.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 280 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 172 of file vf_hwmap.c.
|
static |
Definition at line 211 of file vf_hwmap.c.
|
static |
Definition at line 271 of file vf_hwmap.c.
AVFILTER_DEFINE_CLASS | ( | hwmap | ) |
|
static |
Definition at line 281 of file vf_hwmap.c.
|
static |
Definition at line 305 of file vf_hwmap.c.
|
static |
Definition at line 315 of file vf_hwmap.c.
AVFilter ff_vf_hwmap |
Definition at line 324 of file vf_hwmap.c.