Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c343 guint8 pt, guint16 seq, guint32 timestamp, guint32 ssrc, guint8 twcc_ext_id, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() argument
373 if (twcc_ext_id != 0) { in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
381 gst_rtp_buffer_add_extension_onebyte_header (&rtp, twcc_ext_id, in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
385 twcc_ext_id, &data, sizeof (guint16)); in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets()
516 GstBuffer * buffer, guint8 twcc_ext_id) in gst_rtp_ulpfec_enc_stream_ctx_process() argument
540 if (twcc_ext_id != 0) { in gst_rtp_ulpfec_enc_stream_ctx_process()
544 if (gst_rtp_buffer_get_extension_onebyte_header (&rtp, twcc_ext_id, 0, in gst_rtp_ulpfec_enc_stream_ctx_process()
548 &twcc_appbits, twcc_ext_id, 0, &data, &size)) { in gst_rtp_ulpfec_enc_stream_ctx_process()
551 twcc_ext_id = 0; in gst_rtp_ulpfec_enc_stream_ctx_process()
569 fec_timestamp, fec_ssrc, twcc_ext_id, twcc_ext_flags, twcc_appbits); in gst_rtp_ulpfec_enc_stream_ctx_process()
[all …]
Dgstrtpredenc.c193 if (self->twcc_ext_id != 0) { in _alloc_red_packet_and_fill_headers()
201 if (gst_rtp_buffer_get_extension_onebyte_header (inp_rtp, self->twcc_ext_id, in _alloc_red_packet_and_fill_headers()
206 self->twcc_ext_id, 0, &inp_data, &inp_size)) { in _alloc_red_packet_and_fill_headers()
208 self->twcc_ext_id, &data, sizeof (guint16)); in _alloc_red_packet_and_fill_headers()
427 self->twcc_ext_id = _get_extmap_id_for_attribute (s, TWCC_EXTMAP_STR); in gst_rtp_red_enc_event_sink()
429 GST_INFO_OBJECT (self, "TWCC extension ID: %u", self->twcc_ext_id); in gst_rtp_red_enc_event_sink()
Dgstrtpredenc.h59 guint8 twcc_ext_id; member
Dgstrtpulpfecenc.h50 guint8 twcc_ext_id; member
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c306 gst_rtp_funnel_set_twcc_ext_id (GstRtpFunnel * funnel, guint8 twcc_ext_id) in gst_rtp_funnel_set_twcc_ext_id() argument
314 if (current_ext_id == twcc_ext_id) in gst_rtp_funnel_set_twcc_ext_id()
317 name = g_strdup_printf ("extmap-%u", twcc_ext_id); in gst_rtp_funnel_set_twcc_ext_id()
327 gst_rtp_header_extension_set_id (funnel->twcc_ext, twcc_ext_id); in gst_rtp_funnel_set_twcc_ext_id()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpfunnel.c131 generate_test_buffer (guint seqnum, guint ssrc, guint8 twcc_ext_id) in generate_test_buffer() argument
146 if (twcc_ext_id > 0) { in generate_test_buffer()
149 gst_rtp_buffer_add_extension_onebyte_header (&rtp, twcc_ext_id, in generate_test_buffer()
Drtpsession.c58 gboolean marker_bit, guint8 payload_type, guint8 twcc_ext_id, in generate_test_buffer_full() argument
81 if (twcc_ext_id > 0) { in generate_test_buffer_full()
84 gst_rtp_buffer_add_extension_onebyte_header (&rtp, twcc_ext_id, in generate_test_buffer_full()