Lines Matching defs:bar_width
44 unsigned int bar_width;
153 lev_pos = lev * level->bar_width / 32768;
154 peak_pos = l->peak * level->bar_width / 32768;
183 unsigned int bar_width, unsigned int decay_ms,
198 level->bar_width = bar_width;
225 long bar_width = -1, decay_ms = -1, peak_ms = -1;
236 if (strcmp(id, "bar_width") == 0) {
237 err = snd_config_get_integer(n, &bar_width);
263 if (bar_width < 0)
264 bar_width = BAR_WIDTH;
269 return snd_pcm_scope_level_open(pcm, name, bar_width, decay_ms, peak_ms,