Lines Matching defs:length
754 size_t length;
761 pa_assert(pa_frame_aligned(chunk->length, &o->source->sample_spec));
770 pa_memblockq_seek(o->thread_info.delay_memblockq, (int64_t) chunk->length, PA_SEEK_RELATIVE, true);
798 while ((length = pa_memblockq_get_length(o->thread_info.delay_memblockq)) > limit) {
802 length -= limit;
806 if (qchunk.length > length)
807 qchunk.length = length;
809 pa_assert(qchunk.length > 0);
846 if (qchunk.length > mbs)
847 qchunk.length = mbs;
851 if (rchunk.length > 0)
859 pa_memblockq_drop(o->thread_info.delay_memblockq, qchunk.length);
876 size_t length;
878 /* The length of the memblockq may be non-zero if pa_source_output_rewind() is called twice
881 length = pa_memblockq_get_length(o->thread_info.delay_memblockq);
892 if (o->thread_info.resampler && length == 0) {