Lines Matching defs:now
91 pa_usec_t now, left_to_fill;
93 now = pa_rtclock_now();
94 left_to_fill = u->timestamp > now ? u->timestamp - now : 0ULL;
132 static void process_render(struct userdata *u, pa_usec_t now) {
135 while (u->timestamp < now + u->block_usec) {
139 k = pa_usec_to_bytes_round_up(now + u->block_usec - u->timestamp, &u->source->sample_spec);
171 pa_usec_t now;
173 now = pa_rtclock_now();
175 if (u->timestamp <= now)
176 process_render(u, now);