|
FFmpeg
|
#include <VideoToolbox/VideoToolbox.h>#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_videotoolbox.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "filters.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 FFFilter | ff_vf_scale_vt |
| #define STRING_OPTION | ( | var_name, | |
| func_name, | |||
| default_value | |||
| ) |
| #define OFFSET | ( | x | ) | offsetof(ScaleVtContext, x) |
Definition at line 290 of file vf_scale_vt.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 291 of file vf_scale_vt.c.
|
static |
Definition at line 49 of file vf_scale_vt.c.
|
static |
Definition at line 117 of file vf_scale_vt.c.
|
static |
Definition at line 128 of file vf_scale_vt.c.
|
static |
Definition at line 234 of file vf_scale_vt.c.
| AVFILTER_DEFINE_CLASS | ( | scale_vt | ) |
|
static |
Definition at line 292 of file vf_scale_vt.c.
|
static |
Definition at line 308 of file vf_scale_vt.c.
|
static |
Definition at line 316 of file vf_scale_vt.c.
| const FFFilter ff_vf_scale_vt |
Definition at line 324 of file vf_scale_vt.c.
1.8.17