Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c547 goomInfo->update.switchIncr = goomInfo->update.switchIncrAmount; in goom_update()
562 goomInfo->update.switchIncr = goomInfo->update.switchIncrAmount; in goom_update()
619 goomInfo->update.switchIncr = goomInfo->update.switchIncrAmount; in goom_update()
628 goomInfo->update.switchIncr *= (dif + 2) / 2; in goom_update()
636 goomInfo->update.switchIncr = 0; in goom_update()
656 goomInfo->update.switchIncr, goomInfo->update.switchMult); in goom_update()
Dgoom_filters.h68 guint32 resy, int switchIncr, float switchMult);
Dgoom_plugin_info.h160 int switchIncr; /* = SWITCHINCR; */ member
Dfilters.c575 ZoomFilterData * zf, Uint resx, Uint resy, int switchIncr, float switchMult) in zoomFilterFastRGB() argument
698 if (switchIncr != 0) { in zoomFilterFastRGB()
699 data->buffratio += switchIncr; in zoomFilterFastRGB()
Dplugin_info.c206 pp->update.switchIncr = pp->update.switchIncrAmount; in plugin_info_init()