Home
last modified time | relevance | path

Searched refs:cyclesSinceLastChange (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c258 || (goomInfo->update.cyclesSinceLastChange > TIME_BTW_CHG)) { in goom_update()
617 goomInfo->update.cyclesSinceLastChange = 0; in goom_update()
640 if (goomInfo->update.cyclesSinceLastChange > TIME_BTW_CHG) { in goom_update()
642 goomInfo->update.cyclesSinceLastChange = 0; in goom_update()
644 goomInfo->update.cyclesSinceLastChange++; in goom_update()
Dgoom_plugin_info.h154 int cyclesSinceLastChange; /* nombre de Cycle Depuis Dernier Changement */ member
Dplugin_info.c199 pp->update.cyclesSinceLastChange = 0; in plugin_info_init()