Searched refs:gst_rtp_buffer_set_marker (Results 1 – 25 of 42) sorted by relevance
12
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph263.c | 176 gst_rtp_buffer_set_marker (&rtp, TRUE); in GST_START_TEST() 221 gst_rtp_buffer_set_marker (&rtp, FALSE); in GST_START_TEST() 237 gst_rtp_buffer_set_marker (&rtp, TRUE); in GST_START_TEST()
|
D | rtph261.c | 83 gst_rtp_buffer_set_marker (&rtp, marker); in create_rtp_copy_payload()
|
D | rtph265.c | 350 gst_rtp_buffer_set_marker (&rtp, FALSE); in GST_START_TEST() 390 gst_rtp_buffer_set_marker (&rtp, FALSE); in GST_START_TEST()
|
D | dtmf.c | 141 gst_rtp_buffer_set_marker (&rtpbuf, marker); in send_rtp_packet()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpklvpay.c | 158 gst_rtp_buffer_set_marker (&rtp, 1); in gst_rtp_klv_pay_handle_buffer()
|
D | gstrtpmpvpay.c | 236 gst_rtp_buffer_set_marker (&rtp, avail == 0); in gst_rtp_mpv_pay_flush()
|
D | gstrtpg723pay.c | 167 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_g723_pay_flush()
|
D | gstrtpmpapay.c | 246 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_mpa_pay_flush()
|
D | gstrtpdvpay.c | 374 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_dv_pay_handle_buffer()
|
D | gstrtpac3pay.c | 326 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_ac3_pay_flush()
|
D | gstrtpamrpay.c | 336 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_amr_pay_handle_buffer()
|
D | gstrtpg729pay.c | 192 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_g729_pay_push()
|
D | gstrtpopuspay.c | 359 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_opus_pay_handle_buffer()
|
D | gstrtpmp4apay.c | 434 gst_rtp_buffer_set_marker (&rtp, size == payload_len); in gst_rtp_mp4a_pay_handle_buffer()
|
D | gstrtpmp4gpay.c | 536 gst_rtp_buffer_set_marker (&rtp, avail <= payload_len); in gst_rtp_mp4g_pay_flush()
|
D | rtpulpfeccommon.c | 312 gst_rtp_buffer_set_marker (&rtp, marker); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
|
D | gstrtpj2kpay.c | 461 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_j2k_pay_handle_buffer()
|
D | gstrtpvp9pay.c | 434 gst_rtp_buffer_set_marker (&rtpbuffer, mark); in gst_rtp_vp9_create_header_buffer()
|
D | gstrtpmp4vpay.c | 299 gst_rtp_buffer_set_marker (&rtp, avail == 0); in gst_rtp_mp4v_pay_flush()
|
D | gstrtpvrawpay.c | 568 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_vraw_pay_handle_buffer()
|
D | gstrtpvp8pay.c | 550 gst_rtp_buffer_set_marker (&rtpbuffer, mark); in gst_rtp_vp8_create_header_buffer()
|
D | gstrtpgstpay.c | 339 gst_rtp_buffer_set_marker (&rtp, TRUE); in gst_rtp_gst_pay_create_from_adapter()
|
D | gstrtpredenc.c | 166 gst_rtp_buffer_set_marker (&red_rtp, gst_rtp_buffer_get_marker (inp_rtp)); in _alloc_red_packet_and_fill_headers()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 160 void gst_rtp_buffer_set_marker (GstRTPBuffer *rtp, gboolean marker);
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstrtpasfpay.c | 274 gst_rtp_buffer_set_marker (&rtp, rtpasfpay->marker); in gst_rtp_asf_pay_handle_packet()
|
12