Home
last modified time | relevance | path

Searched refs:last_remote_ts (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c516 GST_CLOCK_TIME_IS_VALID (stats->last_remote_ts)) { in rtp_twcc_stats_calculate_stats()
518 GST_CLOCK_DIFF (stats->last_remote_ts, pkt->remote_ts); in rtp_twcc_stats_calculate_stats()
527 stats->last_remote_ts = pkt->remote_ts; in rtp_twcc_stats_calculate_stats()
648 stats->last_remote_ts = GST_CLOCK_TIME_NONE; in rtp_twcc_stats_new()
Drtpstats.h266 GstClockTime last_remote_ts; member