Lines Matching defs:timestamp
128 pa_usec_t timestamp;
176 pa_usec_t timestamp;
193 pa_usec_t timestamp;
275 now = rdata.timestamp;
292 time_difference = (int64_t)now - (int64_t)o->latency_snapshot.timestamp;
396 u->thread_info.timestamp = now;
398 while (u->thread_info.timestamp < now + u->block_usec) {
407 u->thread_info.timestamp += pa_bytes_to_usec(chunk.length, &u->sink->sample_spec);
419 u->thread_info.counter - pa_usec_to_bytes(u->thread_info.timestamp - now, &u->sink->sample_spec));
422 pa_bytes_to_usec(u->thread_info.counter, &u->sink->sample_spec) - (u->thread_info.timestamp - now));
438 u->thread_info.timestamp = pa_rtclock_now();
453 if (!u->thread_info.in_null_mode || u->thread_info.timestamp <= now)
456 pa_rtpoll_set_timer_absolute(u->rtpoll, u->thread_info.timestamp);
777 o->latency_snapshot.timestamp = pa_rtclock_now();
1098 rdata->timestamp = u->thread_info.render_timestamp;