Home
last modified time | relevance | path

Searched refs:ext_id (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.c52 guint ext_id; member
200 priv->ext_id = G_MAXUINT32; in gst_rtp_header_extension_init()
308 g_return_val_if_fail (priv->ext_id <= MAX_RTP_EXT_ID, -1); in gst_rtp_header_extension_write()
343 g_return_val_if_fail (priv->ext_id <= MAX_RTP_EXT_ID, FALSE); in gst_rtp_header_extension_read()
366 return priv->ext_id; in gst_rtp_header_extension_get_id()
379 gst_rtp_header_extension_set_id (GstRTPHeaderExtension * ext, guint ext_id) in gst_rtp_header_extension_set_id() argument
385 g_return_if_fail (ext_id < MAX_RTP_EXT_ID); in gst_rtp_header_extension_set_id()
387 priv->ext_id = ext_id; in gst_rtp_header_extension_set_id()
434 g_return_val_if_fail (priv->ext_id <= MAX_RTP_EXT_ID, FALSE); in gst_rtp_header_extension_set_attributes_from_caps()
439 field_name = g_strdup_printf ("extmap-%u", priv->ext_id); in gst_rtp_header_extension_set_attributes_from_caps()
[all …]
Dgstrtpbasepayload.c221 guint ext_id, const gchar * uri) in gst_rtp_base_payload_request_extension_default() argument
234 gst_rtp_header_extension_set_id (ext, ext_id); in gst_rtp_base_payload_request_extension_default()
1378 guint ext_id; in gst_rtp_base_payload_negotiate() local
1382 ext_id = g_ascii_strtoull (&field_name[strlen ("extmap-")], &nptr, 10); in gst_rtp_base_payload_negotiate()
1383 if (errno != 0 || (ext_id == 0 && field_name == nptr)) { in gst_rtp_base_payload_negotiate()
1411 if (gst_rtp_header_extension_get_id (ext) == ext_id) { in gst_rtp_base_payload_negotiate()
1428 "original:\'%s' vs \'%s\'", ext_id, in gst_rtp_base_payload_negotiate()
1442 " and uri %s", ext_id, uri); in gst_rtp_base_payload_negotiate()
1445 ext_id, uri, &ext); in gst_rtp_base_payload_negotiate()
1448 ext ? GST_OBJECT_NAME (ext) : "", ext_id, uri); in gst_rtp_base_payload_negotiate()
[all …]
Dgstrtpbasedepayload.c176 depayload, guint ext_id, const gchar * uri) in gst_rtp_base_depayload_request_extension_default() argument
189 gst_rtp_header_extension_set_id (ext, ext_id); in gst_rtp_base_depayload_request_extension_default()
527 guint ext_id; in gst_rtp_base_depayload_setcaps() local
531 ext_id = g_ascii_strtoull (&field_name[strlen ("extmap-")], &nptr, 10); in gst_rtp_base_depayload_setcaps()
532 if (errno != 0 || (ext_id == 0 && field_name == nptr)) { in gst_rtp_base_depayload_setcaps()
559 if (gst_rtp_header_extension_get_id (ext) == ext_id) { in gst_rtp_base_depayload_setcaps()
576 "original:\'%s' vs \'%s\'", ext_id, in gst_rtp_base_depayload_setcaps()
590 " and uri %s", ext_id, uri); in gst_rtp_base_depayload_setcaps()
593 ext_id, uri, &ext); in gst_rtp_base_depayload_setcaps()
596 ext ? GST_OBJECT_NAME (ext) : "", ext_id, uri); in gst_rtp_base_depayload_setcaps()
[all …]
Dgstrtphdrext.h240 guint ext_id);
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c227 guint ext_id = gst_rtp_header_extension_get_id (funnel->twcc_ext); in gst_rtp_funnel_set_twcc_seqnum() local
242 if (gst_rtp_buffer_get_extension_onebyte_header (&rtp, ext_id, in gst_rtp_funnel_set_twcc_seqnum()
376 guint8 ext_id; in gst_rtp_funnel_sink_event() local
401 ext_id = _get_extmap_id_for_attribute (s, TWCC_EXTMAP_STR); in gst_rtp_funnel_sink_event()
402 if (ext_id > 0) { in gst_rtp_funnel_sink_event()
405 gst_rtp_funnel_set_twcc_ext_id (funnel, ext_id); in gst_rtp_funnel_sink_event()
Drtptwcc.c242 _get_twcc_seqnum_data (RTPPacketInfo * pinfo, guint8 ext_id, gpointer * data) in _get_twcc_seqnum_data() argument
249 pinfo->header_ext_bit_pattern, ext_id, 0, data, &size)) { in _get_twcc_seqnum_data()
286 GstBuffer * buf, guint8 ext_id) in _set_twcc_seqnum_data() argument
294 ext_id, 0, &data, NULL)) { in _set_twcc_seqnum_data()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpfunnel.c350 get_twcc_seqnum (GstBuffer * buf, guint8 ext_id) in get_twcc_seqnum() argument
357 if (gst_rtp_buffer_get_extension_onebyte_header (&rtp, ext_id, in get_twcc_seqnum()
Drtpsession.c341 _add_twcc_field_to_caps (GstCaps * caps, guint8 ext_id) in _add_twcc_field_to_caps() argument
343 gchar *name = g_strdup_printf ("extmap-%u", ext_id); in _add_twcc_field_to_caps()
349 session_harness_set_twcc_recv_ext_id (SessionHarness * h, guint8 ext_id) in session_harness_set_twcc_recv_ext_id() argument
351 _add_twcc_field_to_caps (h->caps, ext_id); in session_harness_set_twcc_recv_ext_id()
356 session_harness_set_twcc_send_ext_id (SessionHarness * h, guint8 ext_id) in session_harness_set_twcc_send_ext_id() argument
359 _add_twcc_field_to_caps (caps, ext_id); in session_harness_set_twcc_send_ext_id()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c196 u8 ext_id; in ieee802_11_parse_extension() local
206 ext_id = *pos++; in ieee802_11_parse_extension()
209 switch (ext_id) { in ieee802_11_parse_extension()
289 ext_id, (unsigned int) elen); in ieee802_11_parse_extension()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c206 u8 ext_id; in ieee802_11_parse_extension() local
216 ext_id = *pos++; in ieee802_11_parse_extension()
221 switch (ext_id) { in ieee802_11_parse_extension()
314 ext_id, (unsigned int) elen); in ieee802_11_parse_extension()
320 elems->frag_ies.last_eid_ext = ext_id; in ieee802_11_parse_extension()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasepayload.c302 guint ext_id = va_arg (var_args, guint); in validate_event() local
306 gchar *ext_field = g_strdup_printf ("extmap-%u", ext_id); in validate_event()
2149 request_extension (GstRTPBasePayload * depayload, guint ext_id, in request_extension() argument
2154 if (ext && gst_rtp_header_extension_get_id (ext) == ext_id in request_extension()
2202 request_extension_ignored (GstRTPBasePayload * depayload, guint ext_id, in request_extension_ignored() argument
Drtpbasedepayload.c1639 request_extension (GstRTPBaseDepayload * depayload, guint ext_id, in request_extension() argument
1644 if (ext && gst_rtp_header_extension_get_id (ext) == ext_id in request_extension()
1775 request_extension_ignored (GstRTPBaseDepayload * depayload, guint ext_id, in request_extension_ignored() argument
/third_party/mbedtls/library/
Dssl_srv.c1590 unsigned int ext_id; in ssl_parse_client_hello() local
1598 ext_id = ( ( ext[0] << 8 ) | ( ext[1] ) ); in ssl_parse_client_hello()
1608 switch( ext_id ) in ssl_parse_client_hello()
1750 ext_id ) ); in ssl_parse_client_hello()
Dssl_cli.c2221 unsigned int ext_id = ( ( ext[0] << 8 ) in ssl_parse_server_hello() local
2235 switch( ext_id ) in ssl_parse_server_hello()
2368 ( "unknown extension found: %u (ignoring)", ext_id ) ); in ssl_parse_server_hello()