Lines Matching defs:timestamp
68 pa_usec_t timestamp; /* when to push next */
94 left_to_fill = u->timestamp > now ? u->timestamp - now : 0ULL;
113 u->timestamp = pa_rtclock_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);
152 u->timestamp += pa_bytes_to_usec(chunk.length, &u->source->sample_spec);
165 u->timestamp = pa_rtclock_now();
175 if (u->timestamp <= now)
178 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp);