Lines Matching defs:counter
248 int64_t counter;
574 u->counter += (int64_t) memchunk.length;
603 *usec = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->counter);
607 yl = pa_bytes_to_usec((uint64_t) u->counter, &u->sink->sample_spec);
618 *send_counter = u->counter;
646 if (u->counter > bytes)
647 bytes = u->counter - bytes;
656 y = pa_bytes_to_usec((uint64_t) u->counter, &u->sink->sample_spec);
744 *usec = - pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->counter);
748 yl = pa_bytes_to_usec((uint64_t) u->counter, &PA_SOURCE(o)->sample_spec);
759 *send_counter = u->counter;
775 u->counter += (int64_t) c.length;
795 bytes += u->counter;
802 y = pa_bytes_to_usec((uint64_t) u->counter, &u->source->sample_spec);
2346 u->counter = 0;