Home
last modified time | relevance | path

Searched refs:vfx (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconvolve_fx.c361 convolve_create (VisualFX * vfx) in convolve_create() argument
363 vfx->init = convolve_init; in convolve_create()
364 vfx->free = convolve_free; in convolve_create()
365 vfx->apply = convolve_apply; in convolve_create()
366 vfx->fx_data = NULL; in convolve_create()
367 vfx->params = NULL; in convolve_create()
Dflying_stars_fx.c354 flying_star_create (VisualFX * vfx) in flying_star_create() argument
356 vfx->init = fs_init; in flying_star_create()
357 vfx->free = fs_free; in flying_star_create()
358 vfx->apply = fs_apply; in flying_star_create()
359 vfx->fx_data = NULL; in flying_star_create()
360 vfx->params = NULL; in flying_star_create()
Dgoom_fx.h25 void convolve_create (VisualFX *vfx);
26 void flying_star_create (VisualFX *vfx);
Difs.c766 ifs_visualfx_create (VisualFX * vfx) in ifs_visualfx_create() argument
769 vfx->init = ifs_vfx_init; in ifs_visualfx_create()
770 vfx->free = ifs_vfx_free; in ifs_visualfx_create()
771 vfx->apply = ifs_vfx_apply; in ifs_visualfx_create()
772 vfx->fx_data = NULL; in ifs_visualfx_create()
773 vfx->params = NULL; in ifs_visualfx_create()
Difs.h40 void ifs_visualfx_create(VisualFX *vfx);