Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c972 guint32 last_ack_low, last_ack_high; in gst_rtmp_connection_handle_ack() local
976 last_ack_high = (last_ack >> 32) & G_MAXUINT32; in gst_rtmp_connection_handle_ack()
982 last_ack_high += 1; in gst_rtmp_connection_handle_ack()
985 new_ack = (((guint64) last_ack_high) << 32) | bytes; in gst_rtmp_connection_handle_ack()