|
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 "transpose.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | TransposeVtContext |
Macros | |
| #define | OFFSET(x) offsetof(TransposeVtContext, x) |
| #define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
| static av_cold int | transpose_vt_init (AVFilterContext *avctx) |
| static av_cold void | transpose_vt_uninit (AVFilterContext *avctx) |
| static int | transpose_vt_filter_frame (AVFilterLink *link, AVFrame *in) |
| static int | transpose_vt_recreate_hw_ctx (AVFilterLink *outlink) |
| static int | transpose_vt_config_output (AVFilterLink *outlink) |
| AVFILTER_DEFINE_CLASS (transpose_vt) | |
Variables | |
| static const AVOption | transpose_vt_options [] |
| static const AVFilterPad | transpose_vt_inputs [] |
| static const AVFilterPad | transpose_vt_outputs [] |
| const FFFilter | ff_vf_transpose_vt |
| #define OFFSET | ( | x | ) | offsetof(TransposeVtContext, x) |
Definition at line 229 of file vf_transpose_vt.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 230 of file vf_transpose_vt.c.
|
static |
Definition at line 40 of file vf_transpose_vt.c.
|
static |
Definition at line 54 of file vf_transpose_vt.c.
|
static |
Definition at line 65 of file vf_transpose_vt.c.
|
static |
Definition at line 107 of file vf_transpose_vt.c.
Referenced by transpose_vt_config_output().
|
static |
Definition at line 143 of file vf_transpose_vt.c.
| AVFILTER_DEFINE_CLASS | ( | transpose_vt | ) |
|
static |
Definition at line 231 of file vf_transpose_vt.c.
|
static |
Definition at line 263 of file vf_transpose_vt.c.
|
static |
Definition at line 271 of file vf_transpose_vt.c.
| const FFFilter ff_vf_transpose_vt |
Definition at line 279 of file vf_transpose_vt.c.
1.8.17