Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c268 guint8 appbits; in GST_START_TEST() local
375 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 2, in GST_START_TEST()
377 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
379 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
386 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
390 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
394 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
396 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 2, in GST_START_TEST()
401 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
405 fail_unless (gst_rtp_buffer_get_extension_twobytes_header (&rtp, &appbits, 5, in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c1505 guint8 * appbits, guint8 id, guint nth, gpointer * data, guint * size) in gst_rtp_buffer_get_extension_twobytes_header() argument
1549 if (appbits) in gst_rtp_buffer_get_extension_twobytes_header()
1550 *appbits = bits; in gst_rtp_buffer_get_extension_twobytes_header()
1725 guint8 appbits, guint8 id, gconstpointer data, guint size) in gst_rtp_buffer_add_extension_twobytes_header() argument
1734 g_return_val_if_fail ((appbits & 0xF0) == 0, FALSE); in gst_rtp_buffer_add_extension_twobytes_header()
1742 if (bits != ((0x100 << 4) | (appbits & 0x0f))) in gst_rtp_buffer_add_extension_twobytes_header()
1755 gst_rtp_buffer_set_extension_data (rtp, (0x100 << 4) | (appbits & 0x0F), in gst_rtp_buffer_add_extension_twobytes_header()
Dgstrtpbuffer.h215 guint8 * appbits,
229 guint8 appbits,
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c194 guint8 appbits; in _alloc_red_packet_and_fill_headers() local
205 } else if (gst_rtp_buffer_get_extension_twobytes_header (inp_rtp, &appbits, in _alloc_red_packet_and_fill_headers()
207 gst_rtp_buffer_add_extension_twobytes_header (&red_rtp, appbits, in _alloc_red_packet_and_fill_headers()