Lines Matching defs:bytes
639 int64_t bytes;
642 bytes = - pa_usec_to_bytes(- offset, &u->sink->sample_spec);
644 bytes = pa_usec_to_bytes(offset, &u->sink->sample_spec);
646 if (u->counter > bytes)
647 bytes = u->counter - bytes;
649 bytes = 0;
652 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes);
788 int64_t bytes;
791 bytes = - pa_usec_to_bytes(- offset, &u->source->sample_spec);
793 bytes = pa_usec_to_bytes(offset, &u->source->sample_spec);
795 bytes += u->counter;
798 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes);
892 uint32_t bytes, channel;
901 pa_tagstruct_getu32(t, &bytes) < 0) {
911 pa_asyncmsgq_post(u->sink->asyncmsgq, PA_MSGOBJECT(u->sink), SINK_MESSAGE_REQUEST, NULL, bytes, NULL, NULL);
1623 uint32_t bytes;
1641 || pa_tagstruct_getu32(t, &bytes) < 0
1721 pa_asyncmsgq_post(u->sink->asyncmsgq, PA_MSGOBJECT(u->sink), SINK_MESSAGE_REQUEST, NULL, bytes, NULL, NULL);