Searched refs:in_bytes_total (Results 1 – 1 of 1) sorted by relevance
91 guint64 in_bytes_total; member504 sc->in_bytes_total += ret; in gst_rtmp_connection_input_ready()507 bytes_since_ack = sc->in_bytes_total - sc->in_bytes_acked; in gst_rtmp_connection_input_ready()1210 guint64 in_bytes_total = connection->in_bytes_total; in gst_rtmp_connection_send_ack() local1213 .param = (guint32) in_bytes_total, in gst_rtmp_connection_send_ack()1220 connection->in_bytes_acked = in_bytes_total; in gst_rtmp_connection_send_ack()1379 "in-bytes-total", G_TYPE_UINT64, self ? self->in_bytes_total : 0, in get_stats()