/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpptdemux.c | 50 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()
|
D | rtph263.c | 174 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()
|
D | rtpst2022-1-fecdec.c | 35 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()
|
D | rtpmux.c | 196 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()
|
D | rtph261.c | 77 GstBuffer *buf = gst_rtp_buffer_new_allocate (size, 0, csrcs); in create_rtp_copy_payload()
|
D | rtpbin.c | 777 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()
|
D | rtpst2022-1-fecenc.c | 77 ret = gst_rtp_buffer_new_allocate (payload_len, 0, 0); in make_media_sample()
|
D | rtpssrcdemux.c | 65 buf = gst_rtp_buffer_new_allocate (TEST_BUF_SIZE, 0, 0); in create_buffer()
|
D | rtpfunnel.c | 136 buf = gst_rtp_buffer_new_allocate (0, 0, 0); in generate_test_buffer()
|
D | dtmf.c | 137 buf = gst_rtp_buffer_new_allocate (4, 0, 0); in send_rtp_packet()
|
D | rtpstorage.c | 72 GstBuffer *buf = gst_rtp_buffer_new_allocate (0, 0, 0); in create_rtp_packet()
|
D | rtpulpfec.c | 128 bufout = gst_rtp_buffer_new_allocate (0, 0, 0); in lose_and_recover_test()
|
D | rtprtx.c | 107 GstBuffer *buf = gst_rtp_buffer_new_allocate (payload_size, 0, 0); in create_rtp_buffer()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 45 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 …]
|
D | rtpbasedepayload.c | 456 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()
|
D | rtpbasepayload.c | 396 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/ |
D | rtponvifparse.c | 159 rtp = gst_rtp_buffer_new_allocate (4, 0, 0); in test_parse()
|
D | rtponviftimestamp.c | 224 buffer_in = gst_rtp_buffer_new_allocate (0, 0, 0); in create_rtp_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 78 GstBuffer* gst_rtp_buffer_new_allocate (guint payload_len, guint8 pad_len, guint8 csr…
|
D | README | 11 RTP buffers are usually created with gst_rtp_buffer_new_allocate() or
|
D | gstrtpbuffer.c | 204 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/ |
D | rtpulpfeccommon.c | 308 ret = gst_rtp_buffer_new_allocate (arr->len, 0, 0); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
|
D | gstrtpredenc.c | 151 GstBuffer *red = gst_rtp_buffer_new_allocate (red_header_size, 0, csrc_count); in _alloc_red_packet_and_fill_headers()
|
D | gstrtpreddec.c | 295 GstBuffer *ret = gst_rtp_buffer_new_allocate (0, 0, csrc_count); in gst_rtp_red_create_packet()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 317 GstBuffer *buffer = gst_rtp_buffer_new_allocate (fec->payload_len + 16, 0, 0); in queue_fec_packet()
|