Searched refs:prev_rtcptime (Results 1 – 3 of 3) sorted by relevance
162 GstClockTime prev_rtcptime; member
283 src->stats.prev_rtcptime = GST_CLOCK_TIME_NONE; in rtp_source_reset()1443 src->stats.prev_rtcptime = src->stats.last_rtcptime; in rtp_source_process_sr()
3926 GST_TIME_ARGS (source->stats.prev_rtcptime), in session_cleanup()3929 if (source->stats.last_rtcptime > source->stats.prev_rtcptime) in session_cleanup()3930 binterval = source->stats.last_rtcptime - source->stats.prev_rtcptime; in session_cleanup()