Lines Matching defs:maxlength
273 uint32_t maxlength;
426 uint32_t channel, maxlength, tlength = 0, fragsize, prebuf, minreq;
435 pa_tagstruct_getu32(t, &maxlength) < 0) {
1648 if (pa_tagstruct_getu32(t, &u->maxlength) < 0 ||
1654 if (pa_tagstruct_getu32(t, &u->maxlength) < 0 ||
1811 /* Only for older PA versions we need to fill in the maxlength */
1812 u->maxlength = 4*1024*1024;
1833 pa_tagstruct_putu32(reply, u->maxlength);
1852 pa_tagstruct_putu32(reply, u->maxlength);
2495 u->maxlength = (uint32_t) -1;