| FFmpeg
    4.0
    | 
#include <string.h>#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/mem.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 [] | 
| AVFilter | ff_vf_deinterlace_vaapi | 
| #define MAX_REFERENCES 8 | 
Definition at line 33 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_build_filter_params(), and deint_vaapi_filter_frame().
Referenced by deint_vaapi_mode_name().
| #define OFFSET | ( | x | ) | offsetof(DeintVAAPIContext, x) | 
Definition at line 350 of file vf_deinterlace_vaapi.c.
| #define FLAGS (AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM) | 
Definition at line 351 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 53 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_build_filter_params().
| 
 | static | 
Definition at line 67 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_init().
| 
 | static | 
Definition at line 79 of file vf_deinterlace_vaapi.c.
Referenced by deint_vaapi_init().
| 
 | static | 
Definition at line 158 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 176 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 338 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 352 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 380 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 387 of file vf_deinterlace_vaapi.c.
| 
 | static | 
Definition at line 397 of file vf_deinterlace_vaapi.c.
| AVFilter ff_vf_deinterlace_vaapi | 
Definition at line 406 of file vf_deinterlace_vaapi.c.
 1.8.13
 1.8.13