Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_new_allocate (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpptdemux.c50 gst_rtp_buffer_new_allocate (0, 0, 0))); in test_rtpptdemux_srccaps_from_sinkcaps_base()
101 gst_rtp_buffer_new_allocate (0, 0, 0))); in test_rtpptdemux_srccaps_from_signal_base()
Drtph263.c174 header_buf = gst_rtp_buffer_new_allocate (sizeof (header), 0, 0); in GST_START_TEST()
219 header_buf = gst_rtp_buffer_new_allocate (sizeof (header), 0, 0); in GST_START_TEST()
235 header_buf = gst_rtp_buffer_new_allocate (sizeof (header), 0, 0); in GST_START_TEST()
Drtpst2022-1-fecdec.c35 ret = gst_rtp_buffer_new_allocate (16 + fec_payload_len, 0, 0); in make_fec_sample()
79 ret = gst_rtp_buffer_new_allocate (payload_len, 0, 0); in make_media_sample()
Drtpmux.c196 inbuf = gst_rtp_buffer_new_allocate (10, 0, 0); in test_basic()
290 inbuf = gst_rtp_buffer_new_allocate (10, 0, 0); in lock_check_cb()
325 buf = gst_rtp_buffer_new_allocate (size, 0, 0); in generate_test_buffer()
Drtph261.c77 GstBuffer *buf = gst_rtp_buffer_new_allocate (size, 0, csrcs); in create_rtp_copy_payload()
Drtpbin.c777 rtp_buffer = gst_rtp_buffer_new_allocate (10, 0, 0); in GST_START_TEST()
794 rtp_buffer = gst_rtp_buffer_new_allocate (10, 0, 0); in GST_START_TEST()
912 GstBuffer *buf = gst_rtp_buffer_new_allocate (0, 0, 0); in generate_rtp_buffer()
Drtpst2022-1-fecenc.c77 ret = gst_rtp_buffer_new_allocate (payload_len, 0, 0); in make_media_sample()
Drtpssrcdemux.c65 buf = gst_rtp_buffer_new_allocate (TEST_BUF_SIZE, 0, 0); in create_buffer()
Drtpfunnel.c136 buf = gst_rtp_buffer_new_allocate (0, 0, 0); in generate_test_buffer()
Ddtmf.c137 buf = gst_rtp_buffer_new_allocate (4, 0, 0); in send_rtp_packet()
Drtpstorage.c72 GstBuffer *buf = gst_rtp_buffer_new_allocate (0, 0, 0); in create_rtp_packet()
Drtpulpfec.c128 bufout = gst_rtp_buffer_new_allocate (0, 0, 0); in lose_and_recover_test()
Drtprtx.c107 GstBuffer *buf = gst_rtp_buffer_new_allocate (payload_size, 0, 0); in create_rtp_buffer()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c45 buf = gst_rtp_buffer_new_allocate (16, 4, 0); in GST_START_TEST()
121 buf = gst_rtp_buffer_new_allocate (16, 4, 3); in GST_START_TEST()
222 rtp_header = gst_rtp_buffer_new_allocate (0, 0, 0);
229 rtp_header = gst_rtp_buffer_new_allocate (0, 0, 0);
272 buf = gst_rtp_buffer_new_allocate (4, 0, 0); in GST_START_TEST()
285 buf = gst_rtp_buffer_new_allocate (20, 0, 0); in GST_START_TEST()
299 buf = gst_rtp_buffer_new_allocate (20, 0, 0); in GST_START_TEST()
361 buf = gst_rtp_buffer_new_allocate (20, 0, 0); in GST_START_TEST()
437 buf = gst_rtp_buffer_new_allocate (20, 0, 0); in GST_START_TEST()
520 buf = gst_rtp_buffer_new_allocate (20, 0, 0);
[all …]
Drtpbasedepayload.c456 GstBuffer *buf = gst_rtp_buffer_new_allocate (0, 0, 0); in push_rtp_buffer_full()
1026 gst_harness_push (h, gst_rtp_buffer_new_allocate (0, 0, 0)); in GST_START_TEST()
1394 buffer = gst_rtp_buffer_new_allocate (0, 0, 0); in GST_START_TEST()
1404 buffer = gst_rtp_buffer_new_allocate (0, 0, 2); in GST_START_TEST()
1418 buffer = gst_rtp_buffer_new_allocate (0, 0, 0); in GST_START_TEST()
1449 buffer = gst_rtp_buffer_new_allocate (0, 0, 1); in GST_START_TEST()
1483 GstBuffer *buffer = gst_rtp_buffer_new_allocate (0, 0, 0); \ in GST_START_TEST()
Drtpbasepayload.c396 GstBuffer *buf = gst_rtp_buffer_new_allocate (0, 0, 0); in push_buffer_list()
1848 buffer = gst_rtp_buffer_new_allocate (0, 0, 0); in GST_START_TEST()
1855 buffer = gst_rtp_buffer_new_allocate (0, 0, 0); in GST_START_TEST()
1868 buffer = gst_rtp_buffer_new_allocate (0, 0, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Drtponvifparse.c159 rtp = gst_rtp_buffer_new_allocate (4, 0, 0); in test_parse()
Drtponviftimestamp.c224 buffer_in = gst_rtp_buffer_new_allocate (0, 0, 0); in create_rtp_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h78 GstBuffer* gst_rtp_buffer_new_allocate (guint payload_len, guint8 pad_len, guint8 csr…
DREADME11 RTP buffers are usually created with gst_rtp_buffer_new_allocate() or
Dgstrtpbuffer.c204 gst_rtp_buffer_new_allocate (guint payload_len, guint8 pad_len, in gst_rtp_buffer_new_allocate() function
240 return gst_rtp_buffer_new_allocate (len, pad_len, csrc_count); in gst_rtp_buffer_new_allocate_len()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c308 ret = gst_rtp_buffer_new_allocate (arr->len, 0, 0); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
Dgstrtpredenc.c151 GstBuffer *red = gst_rtp_buffer_new_allocate (red_header_size, 0, csrc_count); in _alloc_red_packet_and_fill_headers()
Dgstrtpreddec.c295 GstBuffer *ret = gst_rtp_buffer_new_allocate (0, 0, csrc_count); in gst_rtp_red_create_packet()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecenc.c317 GstBuffer *buffer = gst_rtp_buffer_new_allocate (fec->payload_len + 16, 0, 0); in queue_fec_packet()

12