Home
last modified time | relevance | path

Searched refs:rtp_ts (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpdvdepay.c302 guint32 rtp_ts; in gst_rtp_dv_depay_process() local
312 rtp_ts = gst_rtp_buffer_get_timestamp (rtp); in gst_rtp_dv_depay_process()
316 if (dvdepay->prev_ts != -1 && rtp_ts != dvdepay->prev_ts && !marker) { in gst_rtp_dv_depay_process()
318 GST_DEBUG_OBJECT (dvdepay, "new frame with ts %u, old ts %u", rtp_ts, in gst_rtp_dv_depay_process()
365 GST_DEBUG_OBJECT (dvdepay, "marker bit complete frame %u", rtp_ts); in gst_rtp_dv_depay_process()
380 dvdepay->prev_ts = rtp_ts; in gst_rtp_dv_depay_process()
Dgstrtpklvdepay.c283 guint32 rtp_ts; in gst_rtp_klv_depay_process() local
306 rtp_ts = gst_rtp_buffer_get_timestamp (rtp); in gst_rtp_klv_depay_process()
308 maybe_start = klvdepay->last_rtp_ts == -1 || klvdepay->last_rtp_ts != rtp_ts; in gst_rtp_klv_depay_process()
310 klvdepay->last_rtp_ts = rtp_ts; in gst_rtp_klv_depay_process()
/third_party/ffmpeg/libavformat/
Drtpenc.c288 uint32_t rtp_ts; in rtcp_send_sr() local
293 rtp_ts = av_rescale_q(ntp_time - s->first_rtcp_ntp_time, (AVRational){1, 1000000}, in rtcp_send_sr()
301 avio_wb32(s1->pb, rtp_ts); in rtcp_send_sr()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpssrcdemux.c62 guint32 rtp_ts = seq_num * TEST_RTP_TS_DURATION; in create_buffer() local
71 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in create_buffer()
Drtpjitterbuffer.c482 generate_test_buffer_full (GstClockTime dts, guint seq_num, guint32 rtp_ts) in generate_test_buffer_full() argument
495 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in generate_test_buffer_full()
1364 guint rtp_ts; in GST_START_TEST() local
1370 rtp_ts = seqnum * TEST_RTP_TS_DURATION; in GST_START_TEST()
1383 generate_test_buffer_full (dts, seqnum, rtp_ts))); in GST_START_TEST()
1386 generate_test_buffer_full (dts, seqnum + 2, rtp_ts))); in GST_START_TEST()
2812 guint32 rtp_ts = n * 8; in GST_START_TEST() local
2814 gst_harness_push (h, generate_test_buffer_full (dts, seqnum, rtp_ts)); in GST_START_TEST()
Drtpbin.c909 guint seqnum, guint32 rtp_ts, guint pt, guint ssrc) in generate_rtp_buffer() argument
919 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in generate_rtp_buffer()
Drtpsession.c57 guint seqnum, guint32 rtp_ts, guint ssrc, in generate_test_buffer_full() argument
73 gst_rtp_buffer_set_timestamp (&rtp, rtp_ts); in generate_test_buffer_full()
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt4290 u_int32 rtp_ts; /* RTP timestamp */