Home
last modified time | relevance | path

Searched defs:VectorscopeContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_vectorscope.c50 typedef struct VectorscopeContext { struct
51 const AVClass *class;
52 int mode;
53 int intensity;
54 float fintensity;
55 uint16_t bg_color[4];
56 float ftint[2];
80 void (*vectorscope)(struct VectorscopeContext *s, argument
82 void (*graticulef)(struct VectorscopeContext *s, AVFrame *out, argument
84 } VectorscopeContext; typedef