Home
last modified time | relevance | path

Searched refs:last_ack_low (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
975 last_ack_low = last_ack & G_MAXUINT32; in gst_rtmp_connection_handle_ack()
978 if (bytes < last_ack_low) { in gst_rtmp_connection_handle_ack()
981 G_GUINT32_FORMAT " < %" G_GUINT32_FORMAT, bytes, last_ack_low); in gst_rtmp_connection_handle_ack()