Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_get_payload (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpred.c157 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
182 fail_unless (!memcmp (gst_rtp_buffer_get_payload (&rtp), out_data, in GST_START_TEST()
225 fail_unless (!memcmp (gst_rtp_buffer_get_payload (&rtp), payload, in _push_and_check_redundant_packet()
253 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
265 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
277 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
289 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
325 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
338 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
351 memcpy (gst_rtp_buffer_get_payload (&rtp), &red_in, sizeof (red_in)); in GST_START_TEST()
[all …]
Drtph263.c177 memcpy (gst_rtp_buffer_get_payload (&rtp), header, sizeof (header)); in GST_START_TEST()
223 memcpy (gst_rtp_buffer_get_payload (&rtp), header, sizeof (header)); in GST_START_TEST()
239 memcpy (gst_rtp_buffer_get_payload (&rtp), header, sizeof (header)); in GST_START_TEST()
Drtpjpeg.c252 fail_unless (payload = gst_rtp_buffer_get_payload (&rtp)); in GST_START_TEST()
320 fail_unless (payload = gst_rtp_buffer_get_payload (&rtp)); in GST_START_TEST()
Drtpst2022-1-fecdec.c39 data = gst_rtp_buffer_get_payload (&rtp); in make_fec_sample()
85 data = gst_rtp_buffer_get_payload (&rtp); in make_media_sample()
110 data = gst_rtp_buffer_get_payload (&rtp); in pull_and_check()
Drtpst2022-1-fecenc.c83 data = gst_rtp_buffer_get_payload (&rtp); in make_media_sample()
103 parse_header (&fec, gst_rtp_buffer_get_payload (&rtp), in pull_and_check()
Drtprtx.c34 fail_unless_equals_int (GST_READ_UINT16_BE (gst_rtp_buffer_get_payload \
93 fail_unless_equals_int (memcmp (gst_rtp_buffer_get_payload (&rtp_a), in compare_rtp_packets()
94 gst_rtp_buffer_get_payload (&rtp_b), in compare_rtp_packets()
114 memset (gst_rtp_buffer_get_payload (&rtpbuf), 0x29, payload_size); in create_rtp_buffer()
Drtph261.c84 memcpy (gst_rtp_buffer_get_payload (&rtp), data, size); in create_rtp_copy_payload()
Ddtmf.c142 payload = gst_rtp_buffer_get_payload (&rtpbuf); in send_rtp_packet()
294 payload = gst_rtp_buffer_get_payload (&rtpbuffer); in check_rtp_buffer()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dristrtpext.c169 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
180 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
209 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
221 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
250 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
267 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
301 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
315 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
345 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
408 payload = gst_rtp_buffer_get_payload (&rtp); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c149 return (RtpUlpFecHeader *) gst_rtp_buffer_get_payload (rtp); in rtp_ulpfec_buffer_get_fechdr()
236 memcpy (dst_arr->data, gst_rtp_buffer_get_payload (rtp), payload_len); in rtp_buffer_to_ulpfec_bitstring()
318 memcpy (gst_rtp_buffer_get_payload (&rtp), arr->data, arr->len); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
424 fec_hdr = gst_rtp_buffer_get_payload (fecrtp); in rtp_ulpfec_log_fec_packet()
Dgstrtpreddec.c163 guint8 *payload = gst_rtp_buffer_get_payload (red_rtp); in rtp_red_buffer_is_valid()
324 guint8 *payload = gst_rtp_buffer_get_payload (red_rtp); in gst_rtp_red_create_from_redundant_block()
357 guint8 *payload = gst_rtp_buffer_get_payload (red_rtp); in gst_rtp_red_create_from_main_block()
377 guint8 *payload = gst_rtp_buffer_get_payload (red_rtp); in gst_rtp_red_create_from_block()
Dgstrtpac3depay.c143 payload = gst_rtp_buffer_get_payload (rtp); in gst_rtp_ac3_depay_process()
Dgstrtpmpadepay.c138 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_mpa_depay_process()
Dgstrtpmpvdepay.c135 payload = gst_rtp_buffer_get_payload (rtp); in gst_rtp_mpv_depay_process()
Dgstrtptheorapay.c312 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_theora_pay_flush_packet()
671 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_theora_pay_payload_buffer()
739 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_theora_pay_payload_buffer()
Dgstrtpldacpay.c208 payload_data = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_ldac_pay_handle_buffer()
Dgstrtpvorbispay.c311 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_vorbis_pay_flush_packet()
653 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_vorbis_pay_payload_buffer()
721 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_vorbis_pay_payload_buffer()
Dgstasteriskh263.c147 payload = gst_rtp_buffer_get_payload (&rtp); in gst_asteriskh263_chain()
Dgstrtph261depay.c106 payload = gst_rtp_buffer_get_payload (rtp); in gst_rtp_h261_depay_process()
Dgstrtpceltdepay.c227 payload = gst_rtp_buffer_get_payload (rtp); in gst_rtp_celt_depay_process()
Dgstrtpsv3vdepay.c176 payload = gst_rtp_buffer_get_payload (rtp); in gst_rtp_sv3v_depay_process()
Dgstrtpmpvpay.c218 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_mpv_pay_flush()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c293 guint8 *data = gst_rtp_buffer_get_payload (rtp); in parse_header()
432 xored = gst_rtp_buffer_get_payload (&rtp); in xor_items()
445 _xor_mem (xored, gst_rtp_buffer_get_payload (&media_rtp), in xor_items()
636 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtpst_2022_1_fecdec_sink_chain_fec()
Dgstrtpst2022-1-fecenc.c268 memcpy (fec->xored_payload, gst_rtp_buffer_get_payload (rtp), in fec_packet_update()
287 _xor_mem (fec->xored_payload, gst_rtp_buffer_get_payload (rtp), plen); in fec_packet_update()
323 data = gst_rtp_buffer_get_payload (&rtp); in queue_fec_packet()
Dgstrtprtxreceive.c549 payload = gst_rtp_buffer_get_payload (&rtp); in gst_rtp_rtx_receive_chain()
583 orign_seqnum = GST_READ_UINT16_BE (gst_rtp_buffer_get_payload (&rtp)); in gst_rtp_rtx_receive_chain()

1234