Go to the source code of this file.
|
| static int | do_lumakey_slice8 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| |
| static int | do_lumakey_slice16 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| |
| static int | config_input (AVFilterLink *inlink) |
| |
| static int | filter_frame (AVFilterLink *link, AVFrame *frame) |
| |
| static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
| |
| | AVFILTER_DEFINE_CLASS (lumakey) |
| |
◆ OFFSET
◆ FLAGS
◆ do_lumakey_slice8()
| static int do_lumakey_slice8 |
( |
AVFilterContext * | ctx, |
|
|
void * | arg, |
|
|
int | jobnr, |
|
|
int | nb_jobs ) |
|
static |
◆ do_lumakey_slice16()
| static int do_lumakey_slice16 |
( |
AVFilterContext * | ctx, |
|
|
void * | arg, |
|
|
int | jobnr, |
|
|
int | nb_jobs ) |
|
static |
◆ config_input()
◆ filter_frame()
◆ process_command()
| static int process_command |
( |
AVFilterContext * | ctx, |
|
|
const char * | cmd, |
|
|
const char * | args, |
|
|
char * | res, |
|
|
int | res_len, |
|
|
int | flags ) |
|
static |
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
lumakey | | ) |
|
◆ pixel_fmts
Initial value:= {
}
#define AV_PIX_FMT_YUVA444P10
#define AV_PIX_FMT_YUVA420P16
#define AV_PIX_FMT_YUVA420P10
#define AV_PIX_FMT_YUVA422P9
#define AV_PIX_FMT_YUVA420P9
#define AV_PIX_FMT_YUVA422P10
@ AV_PIX_FMT_YUVA420P
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
@ AV_PIX_FMT_YUVA444P
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
@ AV_PIX_FMT_YUVA422P
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
#define AV_PIX_FMT_YUVA422P12
#define AV_PIX_FMT_YUVA444P16
#define AV_PIX_FMT_YUVA422P16
#define AV_PIX_FMT_YUVA444P9
#define AV_PIX_FMT_YUVA444P12
Definition at line 144 of file vf_lumakey.c.
◆ lumakey_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
#define AVFILTERPAD_FLAG_NEEDS_WRITABLE
The filter expects writable frames from its input link, duplicating data buffers if needed.
Definition at line 165 of file vf_lumakey.c.
◆ lumakey_options
Initial value:= {
}
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
Definition at line 178 of file vf_lumakey.c.
◆ ff_vf_lumakey
Initial value:= {
.p.name = "lumakey",
.p.priv_class = &lumakey_class,
}
static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_PIXFMTS_ARRAY(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static enum AVPixelFormat pixel_fmts[]
static const AVFilterPad lumakey_inputs[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 187 of file vf_lumakey.c.