Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c754 typedef struct OscilloscopeContext { struct
793 void (*draw_trace)(struct OscilloscopeContext *s, AVFrame *frame);
794 } OscilloscopeContext; typedef
796 #define OOFFSET(x) offsetof(OscilloscopeContext, x)
819 OscilloscopeContext *s = ctx->priv; in oscilloscope_uninit()
872 static void draw_trace8(OscilloscopeContext *s, AVFrame *frame) in draw_trace8()
891 static void draw_trace16(OscilloscopeContext *s, AVFrame *frame) in draw_trace16()
911 OscilloscopeContext *s = ctx->priv; in update_oscilloscope()
934 OscilloscopeContext *s = inlink->dst->priv; in oscilloscope_config_input()
987 static void draw_scope(OscilloscopeContext *
[all...]

Completed in 4 milliseconds