FFmpeg
|
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
#include "vaapi_vpp.h"
Go to the source code of this file.
Data Structures | |
struct | DeintVAAPIContext |
Macros | |
#define | MAX_REFERENCES 8 |
#define | D(name) case VAProcDeinterlacing ## name: return #name |
#define | OFFSET(x) offsetof(DeintVAAPIContext, x) |
#define | FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Functions | |
static const char * | deint_vaapi_mode_name (int mode) |
static void | deint_vaapi_pipeline_uninit (AVFilterContext *avctx) |
static int | deint_vaapi_build_filter_params (AVFilterContext *avctx) |
static int | deint_vaapi_config_output (AVFilterLink *outlink) |
static int | deint_vaapi_filter_frame (AVFilterLink *inlink, AVFrame *input_frame) |
static av_cold int | deint_vaapi_init (AVFilterContext *avctx) |
Variables | |
static const AVOption | deint_vaapi_options [] |
static const AVClass | deint_vaapi_class |
static const AVFilterPad | deint_vaapi_inputs [] |
static const AVFilterPad | deint_vaapi_outputs [] |
const AVFilter | ff_vf_deinterlace_vaapi |
#define MAX_REFERENCES 8 |
Definition at line 31 of file vf_deinterlace_vaapi.c.
#define OFFSET | ( | x | ) | offsetof(DeintVAAPIContext, x) |
Definition at line 328 of file vf_deinterlace_vaapi.c.
#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) |
Definition at line 329 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 51 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_build_filter_params().
|
static |
Definition at line 65 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_init().
|
static |
Definition at line 77 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_init().
|
static |
Definition at line 157 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 175 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 316 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 330 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 358 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 365 of file vf_deinterlace_vaapi.c.
|
static |
Definition at line 374 of file vf_deinterlace_vaapi.c.
const AVFilter ff_vf_deinterlace_vaapi |
Definition at line 382 of file vf_deinterlace_vaapi.c.