|
FFmpeg
|
#include <VideoToolbox/VideoToolbox.h>#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_videotoolbox.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "internal.h"#include "scale_eval.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | ScaleVtContext |
Macros | |
| #define | STRING_OPTION(var_name, func_name, default_value) |
| #define | OFFSET(x) offsetof(ScaleVtContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static av_cold int | scale_vt_init (AVFilterContext *avctx) |
| static av_cold void | scale_vt_uninit (AVFilterContext *avctx) |
| static int | scale_vt_filter_frame (AVFilterLink *link, AVFrame *in) |
| static int | scale_vt_config_output (AVFilterLink *outlink) |
| AVFILTER_DEFINE_CLASS (scale_vt) | |
Variables | |
| static const AVOption | scale_vt_options [] |
| static const AVFilterPad | scale_vt_inputs [] |
| static const AVFilterPad | scale_vt_outputs [] |
| const AVFilter | ff_vf_scale_vt |
| #define STRING_OPTION | ( | var_name, | |
| func_name, | |||
| default_value | |||
| ) |
| #define OFFSET | ( | x | ) | offsetof(ScaleVtContext, x) |
Definition at line 224 of file vf_scale_vt.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 225 of file vf_scale_vt.c.
|
static |
Definition at line 48 of file vf_scale_vt.c.
|
static |
Definition at line 114 of file vf_scale_vt.c.
|
static |
Definition at line 125 of file vf_scale_vt.c.
|
static |
Definition at line 174 of file vf_scale_vt.c.
| AVFILTER_DEFINE_CLASS | ( | scale_vt | ) |
|
static |
Definition at line 226 of file vf_scale_vt.c.
|
static |
Definition at line 242 of file vf_scale_vt.c.
|
static |
Definition at line 250 of file vf_scale_vt.c.
| const AVFilter ff_vf_scale_vt |
Definition at line 258 of file vf_scale_vt.c.
1.8.17