Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtxsend.c153 gboolean has_seqnum_ext; member
423 if (data->has_seqnum_ext) { in gst_rist_rtx_send_src_event()
590 gboolean has_seqnum_ext = FALSE; in process_buffer() local
600 has_seqnum_ext = (bits >> 14) & 1; /* E */ in process_buffer()
602 has_seqnum_ext = FALSE; in process_buffer()
603 if (has_seqnum_ext) in process_buffer()
613 if (has_seqnum_ext) in process_buffer()
820 data->has_seqnum_ext = TRUE; in gst_rist_rtx_send_set_extseqnum()
835 data->has_seqnum_ext = FALSE; in gst_rist_rtx_send_clear_extseqnum()
Dgstristrtpdeext.c101 gboolean has_seqnum_ext; in gst_rist_rtp_deext_chain() local
149 has_seqnum_ext = (data[0] >> 6) & 1; /* E */ in gst_rist_rtp_deext_chain()
156 self->have_extseqnum = has_seqnum_ext; in gst_rist_rtp_deext_chain()
158 if (has_seqnum_ext) { in gst_rist_rtp_deext_chain()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dristrtpext.c119 gboolean has_seqnum_ext; in validate_ext() local
135 has_seqnum_ext = (data[0] >> 6) & 1; /* E */ in validate_ext()
141 fail_unless_equals_int (has_seqnum_ext, wanted_has_seqnum_ext); in validate_ext()
625 gboolean has_seqnum_ext, guint orig_ts_packet_count, in alloc_ts_buffer_with_ext() argument
639 data[0] |= has_seqnum_ext << 6; /* E */ in alloc_ts_buffer_with_ext()
644 if (has_seqnum_ext && extseq != 0xFFFF) in alloc_ts_buffer_with_ext()