Home
last modified time | relevance | path

Searched refs:draw_curves (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_anequalizer.c64 int draw_curves; member
82 { "curves", "draw frequency response curves", OFFSET(draw_curves), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, V|F },
94 static void draw_curves(AVFilterContext *ctx, AVFilterLink *inlink, AVFrame *out) in draw_curves() function
183 draw_curves(ctx, inlink, out); in config_video()
203 if (s->draw_curves) { in init()
231 if (s->draw_curves) { in query_formats()
651 if (s->draw_curves) in process_command()
652 draw_curves(ctx, inlink, s->video); in process_command()
736 if (s->draw_curves) { in filter_frame()

Completed in 2 milliseconds