Lines Matching defs:nbytes
271 size_t nbytes = chunk->length;
284 /* make sure we get nbytes from the sink with render_full,
286 pa_sink_render_full(u->sink, nbytes, &nchunk);
346 static void source_output_process_rewind_cb(pa_source_output *o, size_t nbytes) {
355 pa_source_process_rewind(u->source, nbytes);
359 pa_asyncmsgq_post(u->asyncmsgq, PA_MSGOBJECT(u->sink_input), SINK_INPUT_MESSAGE_REWIND, NULL, (int64_t) nbytes, NULL, NULL);
360 u->send_counter -= (int64_t) nbytes;
365 static void source_output_update_max_rewind_cb(pa_source_output *o, size_t nbytes) {
372 pa_source_set_max_rewind_within_thread(u->source, nbytes);
498 size_t nbytes;
685 nbytes = pa_usec_to_bytes(u->block_usec, &u->sink->sample_spec);
687 pa_sink_set_max_request(u->sink, nbytes);