Lines Matching defs:tlength
157 s->buffer_attr.tlength = (uint32_t) pa_usec_to_bytes(250*PA_USEC_PER_MSEC, ss); /* 250ms of buffering */
166 s->buffer_attr.tlength = (uint32_t) pa_usec_to_bytes(250*PA_USEC_PER_MSEC, &tmp_ss); /* 250ms of buffering */
522 uint32_t maxlength = 0, fragsize = 0, minreq = 0, tlength = 0, prebuf = 0;
556 pa_tagstruct_getu32(t, &tlength) < 0 ||
590 s->buffer_attr.tlength = tlength;
622 uint32_t maxlength = 0, fragsize = 0, minreq = 0, tlength = 0, prebuf = 0;
651 pa_tagstruct_getu32(t, &tlength) < 0 ||
678 s->buffer_attr.tlength = tlength;
1034 attr->tlength = pa_usec_to_bytes(ms * PA_USEC_PER_MSEC, &ss);
1037 attr->fragsize = attr->tlength;
1056 if (attr->tlength == (uint32_t) -1)
1057 attr->tlength = (uint32_t) pa_usec_to_bytes(250*PA_USEC_PER_MSEC, &s->sample_spec); /* 250ms of buffering */
1060 attr->minreq = (attr->tlength)/5; /* Ask for more data when there are only 200ms left in the playback buffer */
1063 attr->prebuf = attr->tlength; /* Start to play only when the playback is fully filled up once */
1066 attr->fragsize = attr->tlength; /* Pass data to the app only when the buffer is filled up once */
1101 pa_tagstruct_getu32(t, &s->buffer_attr.tlength) < 0 ||
1339 PA_TAG_U32, s->buffer_attr.tlength,
2687 pa_tagstruct_getu32(t, &o->stream->buffer_attr.tlength) < 0 ||
2768 PA_TAG_U32, attr->tlength,