Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_core.c381 goomInfo->update.stop_lines = 0xf000 & 5; in goom_update()
384 goomInfo->update.stop_lines = 0; in goom_update()
674 if ((goomInfo->update.stop_lines & 0xf000) in goom_update()
686 goomInfo->update.stop_lines &= 0x0fff; in goom_update()
712 &mode, &amplitude, goomInfo->update.stop_lines); in goom_update()
715 if (goomInfo->update.stop_lines) { in goom_update()
716 goomInfo->update.stop_lines--; in goom_update()
748 &mode, &amplitude, goomInfo->update.stop_lines); in goom_update()
751 if (goomInfo->update.stop_lines) { in goom_update()
752 goomInfo->update.stop_lines--; in goom_update()
Dgoom_plugin_info.h150 int stop_lines; member
Dplugin_info.c195 pp->update.stop_lines = 0; in plugin_info_init()