Home
last modified time | relevance | path

Searched refs:in_bytes_total (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c91 guint64 in_bytes_total; member
504 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() local
1213 .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()