Home
last modified time | relevance | path

Searched refs:ISTEP (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dflying_stars_fx.c119 ISTEP (data->max_age_p) = 1; in fs_init()
125 ISTEP (data->min_age_p) = 1; in fs_init()
131 ISTEP (data->nbStars_limit_p) = 64; in fs_init()
137 ISTEP (data->fx_mode_p) = 1; in fs_init()
Dplugin_info.c139 ISTEP (pp->sound.biggoom_speed_limit_p) = 1; in plugin_info_init()
145 ISTEP (pp->sound.biggoom_factor_p) = 1; in plugin_info_init()
Dconfig_param.c89 ISTEP (*p) = 1; in goom_secure_i_param()
Dgoom_config_param.h98 #define ISTEP(p) ((p).param.ival.step) macro