Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c111 ifs_visualfx_create (&goomInfo->ifs_fx); in goom_init()
112 goomInfo->ifs_fx.init (&goomInfo->ifs_fx, goomInfo); in goom_init()
142 goomInfo->ifs_fx.free (&goomInfo->ifs_fx); in goom_set_resolution()
143 goomInfo->ifs_fx.init (&goomInfo->ifs_fx, goomInfo); in goom_set_resolution()
205 goomInfo->ifs_fx.apply (&goomInfo->ifs_fx, goomInfo->p2, goomInfo->p1, in goom_update()
797 goomInfo->ifs_fx.free (&goomInfo->ifs_fx); in goom_close()
Dgoom_plugin_info.h117 VisualFX ifs_fx; member