Lines Matching refs:stop_threshold
1038 pcm->stop_threshold = params->stop_threshold;
2276 link_warning(snd_pcm_xrun_mode_name, "Warning: xrun_mode is deprecated, consider to use stop_threshold");
2382 snd_output_printf(out, " stop_threshold : %ld\n", pcm->stop_threshold);
6350 params->stop_threshold = pcm->stop_threshold;
6391 snd_output_printf(out, "stop_threshold: %ld\n", params->stop_threshold);
6514 params->stop_threshold = pcm->buffer_size;
6517 params->stop_threshold = pcm->boundary;
6527 link_warning(snd_pcm_sw_params_set_xrun_mode, "Warning: xrun_mode is deprecated, consider to use stop_threshold");
6539 return params->stop_threshold > 1024 * 1024 ? SND_PCM_XRUN_NONE : SND_PCM_XRUN_STOP;
6543 link_warning(snd_pcm_sw_params_get_xrun_mode, "Warning: xrun_mode is deprecated, consider to use stop_threshold");
6821 params->stop_threshold = val;
6843 *val = params->stop_threshold;