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 370 of file vf_hwmap.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 371 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 264 of file vf_hwmap.c.
|
static |
Definition at line 303 of file vf_hwmap.c.
|
static |
Definition at line 363 of file vf_hwmap.c.
AVFILTER_DEFINE_CLASS | ( | hwmap | ) |
|
static |
Definition at line 372 of file vf_hwmap.c.
|
static |
Definition at line 403 of file vf_hwmap.c.
|
static |
Definition at line 413 of file vf_hwmap.c.
AVFilter ff_vf_hwmap |
Definition at line 422 of file vf_hwmap.c.