Searched refs:rtp_ts (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpdvdepay.c | 302 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()
|
D | gstrtpklvdepay.c | 283 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/ |
D | rtpenc.c | 288 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/ |
D | rtpssrcdemux.c | 62 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()
|
D | rtpjitterbuffer.c | 482 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()
|
D | rtpbin.c | 909 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()
|
D | rtpsession.c | 57 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/ |
D | rfc3550.txt | 4290 u_int32 rtp_ts; /* RTP timestamp */
|