Searched refs:prev_rtptime (Results 1 – 4 of 4) sorted by relevance
329 rtpmp4gdepay->prev_rtptime = -1; in gst_rtp_mp4g_depay_reset()556 if (rtpmp4gdepay->prev_rtptime <= rtptime) in gst_rtp_mp4g_depay_process()557 diff = rtptime - rtpmp4gdepay->prev_rtptime; in gst_rtp_mp4g_depay_process()559 diff = -(rtpmp4gdepay->prev_rtptime - rtptime); in gst_rtp_mp4g_depay_process()629 rtpmp4gdepay->prev_rtptime = rtptime; in gst_rtp_mp4g_depay_process()
67 guint32 prev_rtptime; member
161 GstClockTime prev_rtptime; member
282 src->stats.prev_rtptime = GST_CLOCK_TIME_NONE; in rtp_source_reset()999 src->stats.prev_rtptime = src->stats.last_rtptime; in calculate_jitter()