Home
last modified time | relevance | path

Searched refs:base_rtptime (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c335 jbuf->base_rtptime = -1; in rtp_jitter_buffer_reset_skew()
370 jbuf->base_rtptime = gstrtptime; in rtp_jitter_buffer_resync()
546 send_diff = gstrtptime - jbuf->base_rtptime; in calculate_skew()
761 if (G_LIKELY (jbuf->base_rtptime != -1)) { in rtp_jitter_buffer_calculate_pts()
763 if (gstrtptime < jbuf->base_rtptime) { in rtp_jitter_buffer_calculate_pts()
816 GST_TIME_ARGS (gstrtptime), GST_TIME_ARGS (jbuf->base_rtptime), in rtp_jitter_buffer_calculate_pts()
817 GST_TIME_ARGS (gstrtptime - jbuf->base_rtptime)); in rtp_jitter_buffer_calculate_pts()
848 jbuf->base_rtptime = gstrtptime; in rtp_jitter_buffer_calculate_pts()
852 if (gstrtptime > jbuf->base_rtptime) in rtp_jitter_buffer_calculate_pts()
853 nsrtptimediff = gstrtptime - jbuf->base_rtptime; in rtp_jitter_buffer_calculate_pts()
[all …]
Drtpjitterbuffer.h90 GstClockTime base_rtptime; member
Dgstrtpbin.c1406 guint64 base_rtptime, guint64 base_time, guint clock_rate, in gst_rtp_bin_associate() argument
1443 last_extrtptime = base_rtptime; in gst_rtp_bin_associate()
1455 running_time_rtp = last_extrtptime - base_rtptime; in gst_rtp_bin_associate()
1460 "clock-base %" G_GINT64_FORMAT, base_rtptime, in gst_rtp_bin_associate()
1548 clock_base = base_rtptime; in gst_rtp_bin_associate()
1550 ext_base = base_rtptime; in gst_rtp_bin_associate()
1699 guint64 base_rtptime; in gst_rtp_bin_handle_sync() local
1715 base_rtptime = in gst_rtp_bin_handle_sync()
1775 ntptime, extrtptime, base_rtptime, base_time, clock_rate, in gst_rtp_bin_handle_sync()
Dgstrtpjitterbuffer.c4268 guint64 base_rtptime, base_time; in do_handle_sync() local
4278 rtp_jitter_buffer_get_sync (priv->jbuf, &base_rtptime, &base_time, in do_handle_sync()
4287 ext_rtptime, base_rtptime, clock_rate, clock_base, last_rtptime); in do_handle_sync()
4289 if (base_rtptime == -1 || clock_rate == -1 || base_time == -1) { in do_handle_sync()
4296 if (base_rtptime > ext_rtptime) { in do_handle_sync()
4329 "base-rtptime", G_TYPE_UINT64, base_rtptime, in do_handle_sync()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c3228 guint32 base_rtptime = base_seqnum * TEST_RTP_TS_DURATION; in check_for_stall() local
3245 buffer_array_push (h, array, base_seqnum, base_rtptime); in check_for_stall()
3256 base_rtptime = base_seqnum * TEST_RTP_TS_DURATION; in check_for_stall()
3257 buffer_array_push (h, array, base_seqnum, base_rtptime); in check_for_stall()