Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c94 flying_star_create (&goomInfo->star_fx); in goom_init()
95 goomInfo->star_fx.init (&goomInfo->star_fx, goomInfo); in goom_init()
108 plugin_info_add_visual (goomInfo, 2, &goomInfo->star_fx); in goom_init()
664 goomInfo->star_fx.apply (&goomInfo->star_fx, goomInfo->p2, goomInfo->p1, in goom_update()
799 goomInfo->star_fx.free (&goomInfo->star_fx); in goom_close()
Dgoom_plugin_info.h114 VisualFX star_fx; member