Searched refs:gst_rtp_buffer_set_timestamp (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpst2022-1-fecdec.c | 66 gst_rtp_buffer_set_timestamp (&rtp, ts); in make_fec_sample() 84 gst_rtp_buffer_set_timestamp (&rtp, ts); in make_media_sample()
|
D | rtpmux.c | 205 gst_rtp_buffer_set_timestamp (&rtpbuffer, 200 + i); in test_basic() 297 gst_rtp_buffer_set_timestamp (&rtpbuffer, 200 + i); in lock_check_cb() 332 gst_rtp_buffer_set_timestamp (&rtp, 160 * seq_num); in generate_test_buffer()
|
D | rtpst2022-1-fecenc.c | 82 gst_rtp_buffer_set_timestamp (&rtp, ts); in make_media_sample()
|
D | rtprtx.c | 113 gst_rtp_buffer_set_timestamp (&rtpbuf, (guint32) timestamp); in create_rtp_buffer() 126 gst_rtp_buffer_set_timestamp (&rtpbuf, timestamp); in create_rtp_buffer_with_timestamp()
|
D | rtpbin.c | 798 gst_rtp_buffer_set_timestamp (&rtpbuf, 10); in GST_START_TEST() 919 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in generate_rtp_buffer()
|
D | rtpssrcdemux.c | 71 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in create_buffer()
|
D | rtpfunnel.c | 143 gst_rtp_buffer_set_timestamp (&rtp, seqnum * 160); in generate_test_buffer()
|
D | rtpstorage.c | 78 gst_rtp_buffer_set_timestamp (&rtp, timestamp); in create_rtp_packet()
|
D | dtmf.c | 140 gst_rtp_buffer_set_timestamp (&rtpbuf, timestamp); in send_rtp_packet()
|
D | rtpred.c | 92 gst_rtp_buffer_set_timestamp (&rtp, timestamp); in _new_rtp_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 178 void gst_rtp_buffer_set_timestamp (GstRTPBuffer *rtp, guint32 timestamp);
|
D | gstrtpbuffer.c | 1127 gst_rtp_buffer_set_timestamp (GstRTPBuffer * rtp, guint32 timestamp) in gst_rtp_buffer_set_timestamp() function
|
D | gstrtpbasepayload.c | 1727 gst_rtp_buffer_set_timestamp (&rtp, data->rtptime); in set_headers()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 354 gst_rtp_buffer_set_timestamp (&rtp, enc->last_media_timestamp); in queue_fec_packet() 467 gst_rtp_buffer_set_timestamp (&rtp, enc->last_media_timestamp); in gst_rtpst_2022_1_fecenc_sink_chain()
|
D | gstrtpst2022-1-fecdec.c | 462 gst_rtp_buffer_set_timestamp (&rtp, xored_timestamp); in xor_items()
|
D | gstrtpmux.c | 358 gst_rtp_buffer_set_timestamp (rtpbuffer, ts); in gst_rtp_mux_readjust_rtp_timestamp_locked()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 315 gst_rtp_buffer_set_timestamp (&rtp, timestamp); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
|
D | gstrtpredenc.c | 169 gst_rtp_buffer_set_timestamp (&red_rtp, timestamp); in _alloc_red_packet_and_fill_headers()
|
D | gstrtpreddec.c | 304 gst_rtp_buffer_set_timestamp (&ret_rtp, timestamp); in gst_rtp_red_create_packet()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstrtpasfpay.c | 277 gst_rtp_buffer_set_timestamp (&rtp, packetinfo->send_time); in gst_rtp_asf_pay_handle_packet()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstrtpdtmfsrc.c | 547 gst_rtp_buffer_set_timestamp (rtpbuf, dtmfsrc->rtp_timestamp); in gst_rtp_dtmf_prepare_rtp_headers()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtpbasepayload.c | 368 gst_rtp_buffer_set_timestamp (&rtp, rtptime); in push_buffer_full() 424 gst_rtp_buffer_set_timestamp (&rtp, rtptime); in push_buffer_list()
|
D | rtp.c | 96 gst_rtp_buffer_set_timestamp (&rtp, 432191); in GST_START_TEST() 99 gst_rtp_buffer_set_timestamp (&rtp, 0); in GST_START_TEST()
|
D | rtpbasedepayload.c | 385 gst_rtp_buffer_set_timestamp (&rtp, rtptime); in rtp_buffer_set_valist()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ristrtpext.c | 73 gst_rtp_buffer_set_timestamp (&rtp, 55); in alloc_ts_buffer()
|
12