Lines Matching refs:threshold
70 unsigned int threshold;
101 INIT_FIELD (.threshold =) 0,
275 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold)
289 err = snd_pcm_sw_params_set_start_threshold (handle, sw_params, threshold);
292 alsa_logerr (err, "Failed to set software threshold to %ld\n",
293 threshold);
620 if (!in && conf.threshold) {
621 snd_pcm_uframes_t threshold;
628 threshold = (conf.threshold * bytes_per_sec) / 1000;
629 alsa_set_threshold (handle, threshold);
1153 {"Threshold", AUD_OPT_INT, &conf.threshold,