Lines Matching defs:cqueued
442 double maxbuf, pfilled, cfilled, cqueued = -1, avail_min;
456 cqueued = ((double)loop->xrun_last_cdelay /
475 logit(LOG_INFO, " last write before %.4fms, queued %.4fms/%.4fms -> missing %.4fms\n", last, queued, cqueued, missing);
2013 snd_pcm_sframes_t pqueued, cqueued;
2018 cqueued = get_queued_capture_samples(loop);
2020 cqueued = get_queued_capture_samples(loop);
2025 snd_output_printf(loop->output, "%s: queued %li/%li samples\n", loop->id, pqueued, cqueued);
2028 if (cqueued > 0)
2029 capt->total_queued += cqueued;
2030 if (pqueued > 0 || cqueued > 0)