Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_visual_fx.h26 struct _VISUAL_FX { struct
27 void (*init) (struct _VISUAL_FX *_this, PluginInfo *info); argument
28 void (*free) (struct _VISUAL_FX *_this); argument
29 void (*apply) (struct _VISUAL_FX *_this, Pixel *src, Pixel *dest, PluginInfo *info); argument
30 void *fx_data;
32 PluginParameters *params;