Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davf_showvolume.c39 typedef struct ShowVolumeContext { struct
69 } ShowVolumeContext; argument
71 #define OFFSET(x) offsetof(ShowVolumeContext, x)
104 ShowVolumeContext *s = ctx->priv; in init()
166 ShowVolumeContext *s = ctx->priv; in config_input()
199 ShowVolumeContext *s = outlink->src->priv; in config_output()
264 static void clear_picture(ShowVolumeContext *s, AVFilterLink *outlink) in clear_picture()
276 static inline int calc_max_draw(ShowVolumeContext *s, AVFilterLink *outlink, float max) in calc_max_draw()
291 static inline void calc_persistent_max(ShowVolumeContext *s, float max, int channel) in calc_persistent_max()
302 static inline void draw_max_line(ShowVolumeContext *s, int max_draw, int channel) in draw_max_line()
[all …]