Lines Matching defs:timestamp
73 pa_usec_t timestamp;
106 *((int64_t*) data) = (int64_t)u->timestamp - (int64_t)now;
143 u->timestamp = pa_rtclock_now();
208 if (u->timestamp <= now)
211 delay = u->timestamp - now;
221 u->timestamp -= pa_bytes_to_usec(rewind_nbytes, &u->sink->sample_spec);
242 while (u->timestamp < now + u->block_usec) {
246 request_size = pa_usec_to_bytes(now + u->block_usec - u->timestamp, &u->sink->sample_spec);
253 u->timestamp += pa_bytes_to_usec(chunk.length, &u->sink->sample_spec);
276 u->timestamp = pa_rtclock_now();
290 if (u->timestamp <= now)
293 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp);