Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c971 guint64 last_ack, new_ack; in gst_rtmp_connection_handle_ack() local
985 new_ack = (((guint64) last_ack_high) << 32) | bytes; in gst_rtmp_connection_handle_ack()
988 new_ack - last_ack); in gst_rtmp_connection_handle_ack()
991 self->out_bytes_acked = new_ack; in gst_rtmp_connection_handle_ack()