Home
last modified time | relevance | path

Searched refs:last_rtptime (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c339 jbuf->last_rtptime = -1; in rtp_jitter_buffer_reset_skew()
721 jbuf->base_time != -1 && jbuf->last_rtptime != -1) { 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()
744 if (jbuf->last_rtptime != -1 && ext_rtptime == jbuf->last_rtptime) { in rtp_jitter_buffer_calculate_pts()
749 jbuf->last_rtptime = ext_rtptime; in rtp_jitter_buffer_calculate_pts()
1485 guint64 * timestamp, guint32 * clock_rate, guint64 * last_rtptime) in rtp_jitter_buffer_get_sync() argument
1493 if (last_rtptime) in rtp_jitter_buffer_get_sync()
1494 *last_rtptime = jbuf->last_rtptime; in rtp_jitter_buffer_get_sync()
Drtpjitterbuffer.h96 guint64 last_rtptime; member
209 guint64 *last_rtptime);
Drtpsource.c273 src->last_rtptime = -1; in rtp_source_reset()
284 src->stats.last_rtptime = GST_CLOCK_TIME_NONE; in rtp_source_reset()
999 src->stats.prev_rtptime = src->stats.last_rtptime; in calculate_jitter()
1000 src->stats.last_rtptime = rtparrival; in calculate_jitter()
1359 ext_rtptime = src->last_rtptime; 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()
1550 t_rtp = src->last_rtptime; in rtp_source_get_new_sr()
Dgstrtpjitterbuffer.c411 guint64 last_rtptime; member
1038 priv->last_rtptime = -1; in gst_rtp_jitter_buffer_init()
1600 priv->last_rtptime = -1; in gst_rtp_jitter_buffer_flush_stop()
2647 if (priv->last_rtptime != -1) in calculate_jitter()
2648 rtpdiff = rtptime - (guint32) priv->last_rtptime; in calculate_jitter()
2655 if (rtptime == priv->last_rtptime) in calculate_jitter()
2662 priv->last_rtptime = rtptime; in calculate_jitter()
4270 guint64 last_rtptime; in do_handle_sync() local
4279 &clock_rate, &last_rtptime); in do_handle_sync()
4287 ext_rtptime, base_rtptime, clock_rate, clock_base, last_rtptime); in do_handle_sync()
[all …]
Drtpstats.h163 GstClockTime last_rtptime; member
Drtpsource.h170 GstClockTime last_rtptime; member
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpj2kdepay.h45 guint64 last_rtptime; member
Dgstrtpj2kdepay.c480 if (rtpj2kdepay->last_rtptime != rtptime) { in gst_rtp_j2k_depay_process()
481 rtpj2kdepay->last_rtptime = rtptime; in gst_rtp_j2k_depay_process()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbaseaudiopayload.c102 guint32 last_rtptime; member
430 priv->last_rtptime = GST_BUFFER_OFFSET (buffer); in gst_rtp_base_audio_payload_set_meta()
959 rtpbasepayload->priv->last_rtptime = -1; in gst_rtp_base_payload_audio_change_state()
Dgstrtpbasedepayload.c55 guint32 last_rtptime; member
707 priv->last_rtptime = rtptime; in gst_rtp_base_depayload_handle_buffer()
1601 "timestamp", G_TYPE_UINT, (guint) priv->last_rtptime, NULL); in gst_rtp_base_depayload_create_stats()
/third_party/gstreamer/gstplugins_good/
DChangeLog17242 Without this change, a stored last_rtptime in RTPSource could interfere