Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (datascope) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static void | draw_text (DatascopeContext *s, AVFrame *frame, FFDrawColor *color, int x0, int y0, const uint8_t *text, int vertical) |
|
static void | pick_color (FFDrawContext *draw, FFDrawColor *color, AVFrame *in, int x, int y, int *value) |
|
static void | reverse_color (FFDrawContext *draw, FFDrawColor *color, FFDrawColor *reverse) |
|
static int | filter_color2 (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_color (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_mono (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static int | config_input (AVFilterLink *inlink) |
|
static int | config_output (AVFilterLink *outlink) |
|
AVFILTER_DEFINE_CLASS |
( |
datascope |
| ) |
|
Initial value:= {
}
offset must point to two consecutive integers
Definition at line 55 of file vf_datascope.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 370 of file vf_datascope.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 380 of file vf_datascope.c.
Initial value:= {
.name = "datascope",
.priv_class = &datascope_class,
}
static const AVFilterPad inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad outputs[]
Definition at line 389 of file vf_datascope.c.