Home
last modified time | relevance | path

Searched refs:draw_sono (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davf_showcqt.h87 void (*draw_sono)(AVFrame *out, AVFrame *sono, int off, int idx); member
Davf_showcqt.c1028 static void draw_sono(AVFrame *out, AVFrame *sono, int off, int idx) in draw_sono() function
1186 s->draw_sono(out, s->sono_frame, s->bar_h + s->axis_h, s->sono_idx); in plot_cqt()
1410 s->draw_sono = draw_sono; in config_output()