Lines Matching defs:length
404 u->thread_info.counter += chunk.length;
406 /* pa_log_debug("Ate %lu bytes.", (unsigned long) chunk.length); */
407 u->thread_info.timestamp += pa_bytes_to_usec(chunk.length, &u->sink->sample_spec);
409 ate += chunk.length;
484 static void render_memblock(struct userdata *u, struct output *o, size_t length) {
510 pa_sink_render(u->sink, length, &chunk);
512 u->thread_info.counter += chunk.length;
513 o->receive_counter += chunk.length;
530 static void request_memblock(struct output *o, size_t length) {
547 pa_asyncmsgq_send(o->outq, PA_MSGOBJECT(o->userdata->sink), SINK_MESSAGE_NEED, o, (int64_t) length, NULL);
570 pa_memblockq_drop(o->memblockq, chunk->length);
750 o->receive_counter += chunk->length;
765 size_t length;
767 length = pa_memblockq_get_length(o->sink_input->thread_info.render_memblockq);
773 pa_bytes_to_usec(length, &o->sink->sample_spec);