Searched refs:has_seqnum_ext (Results 1 – 3 of 3) sorted by relevance
153 gboolean has_seqnum_ext; member423 if (data->has_seqnum_ext) { in gst_rist_rtx_send_src_event()590 gboolean has_seqnum_ext = FALSE; in process_buffer() local600 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()
101 gboolean has_seqnum_ext; in gst_rist_rtp_deext_chain() local149 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()
119 gboolean has_seqnum_ext; in validate_ext() local135 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() argument639 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()