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 "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 AVFilter | ff_vf_transpose_vt |
#define OFFSET | ( | x | ) | offsetof(TransposeVtContext, x) |
Definition at line 223 of file vf_transpose_vt.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 224 of file vf_transpose_vt.c.
|
static |
Definition at line 39 of file vf_transpose_vt.c.
|
static |
Definition at line 53 of file vf_transpose_vt.c.
|
static |
Definition at line 64 of file vf_transpose_vt.c.
|
static |
Definition at line 106 of file vf_transpose_vt.c.
Referenced by transpose_vt_config_output().
|
static |
Definition at line 139 of file vf_transpose_vt.c.
AVFILTER_DEFINE_CLASS | ( | transpose_vt | ) |
|
static |
Definition at line 225 of file vf_transpose_vt.c.
|
static |
Definition at line 257 of file vf_transpose_vt.c.
|
static |
Definition at line 265 of file vf_transpose_vt.c.
const AVFilter ff_vf_transpose_vt |
Definition at line 273 of file vf_transpose_vt.c.