Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c100 tentacle_fx_create (&goomInfo->tentacles_fx); in goom_init()
101 goomInfo->tentacles_fx.init (&goomInfo->tentacles_fx, goomInfo); in goom_init()
107 plugin_info_add_visual (goomInfo, 1, &goomInfo->tentacles_fx); in goom_init()
662 goomInfo->tentacles_fx.apply (&goomInfo->tentacles_fx, goomInfo->p1, in goom_update()
800 goomInfo->tentacles_fx.free (&goomInfo->tentacles_fx); in goom_close()
Dgoom_plugin_info.h116 VisualFX tentacles_fx; member