Lines Matching defs:counter
183 uint64_t counter;
404 u->thread_info.counter += chunk.length;
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));
512 u->thread_info.counter += chunk.length;
980 o->receive_counter = o->userdata->thread_info.counter;
1039 *delay = pa_smoother_2_get_delay(u->thread_info.smoother, pa_rtclock_now(), u->thread_info.counter);
1046 c = pa_bytes_to_usec(u->thread_info.counter, &u->sink->sample_spec);
1079 /* It may be possible that thread_info.counter has been increased
1081 * time and counter instead of the current values. */
1099 rdata->send_counter = u->thread_info.counter;
1100 u->thread_info.snapshot_counter = u->thread_info.counter;