Searched refs:ext_rtptime (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpjitterbuffer.c | 338 jbuf->ext_rtptime = -1; in rtp_jitter_buffer_reset_skew() 366 GstClockTime gstrtptime, guint64 ext_rtptime, gboolean reset_skew) in rtp_jitter_buffer_resync() argument 371 jbuf->base_extrtp = ext_rtptime; in rtp_jitter_buffer_resync() 535 calculate_skew (RTPJitterBuffer * jbuf, guint64 ext_rtptime, in calculate_skew() argument 577 rtp_jitter_buffer_resync (jbuf, time, gstrtptime, ext_rtptime, TRUE); in calculate_skew() 708 guint64 ext_rtptime; in rtp_jitter_buffer_calculate_pts() local 722 GstClockTime ext_rtptime = jbuf->ext_rtptime; in rtp_jitter_buffer_calculate_pts() local 724 ext_rtptime = gst_rtp_buffer_ext_timestamp (&ext_rtptime, rtptime); in rtp_jitter_buffer_calculate_pts() 725 if (ext_rtptime > jbuf->last_rtptime + 3 * jbuf->clock_rate || in rtp_jitter_buffer_calculate_pts() 726 ext_rtptime + 3 * jbuf->clock_rate < jbuf->last_rtptime) { in rtp_jitter_buffer_calculate_pts() [all …]
|
D | rtpsource.c | 1328 guint64 ext_rtptime; in rtp_source_send_rtp() local 1359 ext_rtptime = src->last_rtptime; in rtp_source_send_rtp() 1360 ext_rtptime = gst_rtp_buffer_ext_timestamp (&ext_rtptime, rtptime); in rtp_source_send_rtp() 1363 GST_TIME_FORMAT, src->ssrc, ext_rtptime, GST_TIME_ARGS (running_time)); in rtp_source_send_rtp() 1365 if (ext_rtptime > src->last_rtptime) { in rtp_source_send_rtp() 1366 rtp_diff = ext_rtptime - src->last_rtptime; in rtp_source_send_rtp() 1379 src->last_rtptime = ext_rtptime; in rtp_source_send_rtp()
|
D | gstrtpjitterbuffer.c | 393 guint64 ext_rtptime; member 4272 guint64 ext_rtptime, diff; in do_handle_sync() local 4282 ext_rtptime = priv->ext_rtptime; in do_handle_sync() 4287 ext_rtptime, base_rtptime, clock_rate, clock_base, last_rtptime); in do_handle_sync() 4296 if (base_rtptime > ext_rtptime) { in do_handle_sync() 4302 if (ext_rtptime > last_rtptime) { in do_handle_sync() 4304 diff = ext_rtptime - last_rtptime; in do_handle_sync() 4315 ext_rtptime = -1; in do_handle_sync() 4333 "sr-ext-rtptime", G_TYPE_UINT64, ext_rtptime, in do_handle_sync() 4358 guint64 ext_rtptime; in gst_rtp_jitter_buffer_chain_rtcp() local [all …]
|
D | rtpjitterbuffer.h | 95 guint64 ext_rtptime; member
|