Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dsound_tester.c90 info->timeSinceLastGoom++; in evaluate_sound()
104 info->timeSinceLastGoom = 0; in evaluate_sound()
154 FVAL (info->last_goom_p) = 1.0 - ((float) info->timeSinceLastGoom / 20.0f); in evaluate_sound()
Dgoom_plugin_info.h53 int timeSinceLastGoom; /* >= 0 */ member
Dgoom_core.c256 if ((goomInfo->sound.timeSinceLastGoom == 0) in goom_update()
350 if (goomInfo->sound.timeSinceLastGoom == 0) { in goom_update()
634 if (((goomInfo->sound.timeSinceLastGoom == 0) in goom_update()
732 || (goomInfo->sound.timeSinceLastGoom < 5)) { in goom_update()
Dplugin_info.c123 pp->sound.timeSinceLastGoom = 1; in plugin_info_init()
Dflying_stars_fx.c305 if (info->sound.timeSinceLastGoom < 1) { in fs_apply()