Lines Matching defs:threshold
100 unsigned int threshold;
330 snd_pcm_uframes_t threshold)
343 LogRel(("ALSA: Failed to get current software parameters for threshold: %s\n",
349 err = snd_pcm_sw_params_set_start_threshold(phPCM, pSWParms, threshold);
352 LogRel(("ALSA: Failed to set software threshold to %ld: %s\n",
353 threshold, snd_strerror(err)));
361 LogRel(("ALSA: Failed to set new software parameters for threshold: %s\n",
367 LogFlowFunc(("Setting threshold to %RU32\n", threshold));
631 && s_ALSAConf.threshold)
641 snd_pcm_uframes_t threshold
642 = (s_ALSAConf.threshold * bytes_per_sec) / 1000;
644 rc = drvHostALSAAudioSetThreshold(phPCM, threshold);
1388 {"Threshold", AUD_OPT_INT, &s_ALSAConf.threshold,