Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264depay.h62 guint16 last_fu_seqnum; member
Dgstrtph265depay.h76 guint16 last_fu_seqnum; member
Dgstrtph264depay.c1162 rtph264depay->last_fu_seqnum = 0; in gst_rtp_h264_depay_process()
1332 rtph264depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h264_depay_process()
1367 if (gst_rtp_buffer_compare_seqnum (rtph264depay->last_fu_seqnum, in gst_rtp_h264_depay_process()
1372 "stored.", rtph264depay->last_fu_seqnum, in gst_rtp_h264_depay_process()
1377 rtph264depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h264_depay_process()
Dgstrtph265depay.c1238 rtph265depay->last_fu_seqnum = 0; in gst_rtp_h265_depay_process()
1436 rtph265depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h265_depay_process()
1481 if (gst_rtp_buffer_compare_seqnum (rtph265depay->last_fu_seqnum, in gst_rtp_h265_depay_process()
1486 "stored.", rtph265depay->last_fu_seqnum, in gst_rtp_h265_depay_process()
1491 rtph265depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h265_depay_process()