Lines Matching defs:now
258 pa_usec_t now;
275 now = rdata.timestamp;
278 if (!now)
292 time_difference = (int64_t)now - (int64_t)o->latency_snapshot.timestamp;
389 static void process_render_null(struct userdata *u, pa_usec_t now) {
396 u->thread_info.timestamp = now;
398 while (u->thread_info.timestamp < now + u->block_usec) {
418 pa_smoother_2_put(u->thread_info.smoother, now,
419 u->thread_info.counter - pa_usec_to_bytes(u->thread_info.timestamp - now, &u->sink->sample_spec));
421 pa_smoother_put(u->thread_info.smoother, now,
422 pa_bytes_to_usec(u->thread_info.counter, &u->sink->sample_spec) - (u->thread_info.timestamp - now));
449 pa_usec_t now;
451 now = pa_rtclock_now();
453 if (!u->thread_info.in_null_mode || u->thread_info.timestamp <= now)
454 process_render_null(u, now);
497 * now? */
501 /* Ok, now let's prepare some data if we really have to. Save the
541 /* Check whether we're now readable */
1309 * is now asked for new data. */