Lines Matching defs:avail
1207 snd_pcm_sframes_t avail = 0;
1218 * what is going on. We're going to get both the avail and delay values so
1221 * avail, delay and timestamp values in a single kernel call to improve
1237 avail = snd_pcm_status_get_avail(status);
1270 abs_k = (size_t) avail * pa_frame_size(ss);
1290 avail = (snd_pcm_sframes_t) (hwbuf_size / pa_frame_size(ss));
1293 if (PA_UNLIKELY(*delay < avail)) {
1296 pa_log(_("snd_pcm_avail_delay() returned strange values: delay %lu is less than avail %lu.\n"
1299 (unsigned long) avail,
1306 *delay = avail;