Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dsound_tester.c108 if (info->accelvar > info->prov_max) in evaluate_sound()
109 info->prov_max = info->accelvar; in evaluate_sound()
131 info->goom_limit = info->prov_max - 0.02; in evaluate_sound()
139 info->prov_max = 0; in evaluate_sound()
Dgoom_plugin_info.h70 float prov_max; /* accel max since last reset */ member
Dplugin_info.c120 pp->sound.prov_max = 0; in plugin_info_init()