FFmpeg
|
#include <string.h>
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
#include "transpose.h"
#include "vaapi_vpp.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | TransposeVAAPIContext |
Macros | |
#define | OFFSET(x) offsetof(TransposeVAAPIContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) |
Functions | |
static int | transpose_vaapi_build_filter_params (AVFilterContext *avctx) |
static int | transpose_vaapi_filter_frame (AVFilterLink *inlink, AVFrame *input_frame) |
static av_cold int | transpose_vaapi_init (AVFilterContext *avctx) |
static int | transpose_vaapi_vpp_config_output (AVFilterLink *outlink) |
static AVFrame * | get_video_buffer (AVFilterLink *inlink, int w, int h) |
AVFILTER_DEFINE_CLASS (transpose_vaapi) | |
Variables | |
static const AVOption | transpose_vaapi_options [] |
static const AVFilterPad | transpose_vaapi_inputs [] |
static const AVFilterPad | transpose_vaapi_outputs [] |
const AVFilter | ff_vf_transpose_vaapi |
#define OFFSET | ( | x | ) | offsetof(TransposeVAAPIContext, x) |
Definition at line 231 of file vf_transpose_vaapi.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM) |
Definition at line 232 of file vf_transpose_vaapi.c.
|
static |
Definition at line 38 of file vf_transpose_vaapi.c.
Referenced by transpose_vaapi_init().
|
static |
Definition at line 117 of file vf_transpose_vaapi.c.
|
static |
Definition at line 174 of file vf_transpose_vaapi.c.
|
static |
Definition at line 186 of file vf_transpose_vaapi.c.
|
static |
Definition at line 222 of file vf_transpose_vaapi.c.
AVFILTER_DEFINE_CLASS | ( | transpose_vaapi | ) |
|
static |
Definition at line 233 of file vf_transpose_vaapi.c.
|
static |
Definition at line 255 of file vf_transpose_vaapi.c.
|
static |
Definition at line 265 of file vf_transpose_vaapi.c.
const AVFilter ff_vf_transpose_vaapi |
Definition at line 273 of file vf_transpose_vaapi.c.