|
FFmpeg
|
#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | BilateralContext |
Macros | |
| #define | OFFSET(x) offsetof(BilateralContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
| #define | BILATERAL(type, name) |
Functions | |
| AVFILTER_DEFINE_CLASS (bilateral) | |
| static int | query_formats (AVFilterContext *ctx) |
| static int | config_params (AVFilterContext *ctx) |
| static int | config_input (AVFilterLink *inlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags) |
Variables | |
| static const AVOption | bilateral_options [] |
| static const AVFilterPad | bilateral_inputs [] |
| static const AVFilterPad | bilateral_outputs [] |
| AVFilter | ff_vf_bilateral |
| #define OFFSET | ( | x | ) | offsetof(BilateralContext, x) |
Definition at line 57 of file vf_bilateral.c.
Definition at line 58 of file vf_bilateral.c.
Definition at line 149 of file vf_bilateral.c.
| AVFILTER_DEFINE_CLASS | ( | bilateral | ) |
|
static |
Definition at line 69 of file vf_bilateral.c.
|
static |
Definition at line 95 of file vf_bilateral.c.
Referenced by config_input(), and process_command().
|
static |
Definition at line 110 of file vf_bilateral.c.
|
static |
Definition at line 299 of file vf_bilateral.c.
|
static |
Definition at line 335 of file vf_bilateral.c.
|
static |
Definition at line 349 of file vf_bilateral.c.
|
static |
Definition at line 60 of file vf_bilateral.c.
|
static |
Definition at line 364 of file vf_bilateral.c.
|
static |
Definition at line 374 of file vf_bilateral.c.
| AVFilter ff_vf_bilateral |
Definition at line 382 of file vf_bilateral.c.
1.8.17