Lines Matching refs:prebuf
599 pa_tagstruct_putu32(t, s->buffer_attr.prebuf);
631 pa_log_debug("Client requested: maxlength=%li bytes tlength=%li bytes minreq=%li bytes prebuf=%li bytes",
635 (long) s->buffer_attr_req.prebuf);
637 pa_log("Client requested: maxlength=%lu ms tlength=%lu ms minreq=%lu ms prebuf=%lu ms",
641 (unsigned long) (pa_bytes_to_usec(s->buffer_attr_req.prebuf, &s->sink_input->sample_spec) / PA_USEC_PER_MSEC));
785 if (s->buffer_attr.prebuf == (uint32_t) -1 ||
786 s->buffer_attr.prebuf > max_prebuf)
787 s->buffer_attr.prebuf = max_prebuf;
790 pa_log("Client accepted: maxlength=%lu ms tlength=%lu ms minreq=%lu ms prebuf=%lu ms",
794 (unsigned long) (pa_bytes_to_usec(s->buffer_attr.prebuf, &s->sink_input->sample_spec) / PA_USEC_PER_MSEC));
934 s->buffer_attr.prebuf,
1378 /* This call will not fail with prebuf=0, hence we check for
1538 pa_tagstruct_putu32(t, s->buffer_attr.prebuf);
1775 PA_TAG_U32, &attr.prebuf,
1949 pa_tagstruct_putu32(reply, (uint32_t) s->buffer_attr.prebuf);
3962 PA_TAG_U32, &a.prebuf,
3982 pa_tagstruct_putu32(reply, s->buffer_attr.prebuf);