Home
last modified time | relevance | path

Searched refs:remote_ts (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c486 "remote-ts", G_TYPE_UINT64, pkt->remote_ts, in rtp_twcc_stats_get_packets_structure()
515 if (GST_CLOCK_TIME_IS_VALID (pkt->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()
549 && GST_CLOCK_TIME_IS_VALID (pkt->remote_ts)) { in _get_window_start_index()
558 *remote_duration = GST_CLOCK_DIFF (pkt->remote_ts, last->remote_ts); in _get_window_start_index()
602 if (GST_CLOCK_TIME_IS_VALID (pkt->remote_ts)) { in rtp_twcc_stats_calculate_windowed_stats()
Drtptwcc.h45 GstClockTime remote_ts; member
Drtptwcc.c66 GstClockTime remote_ts; member
269 packet->remote_ts = GST_CLOCK_TIME_NONE; in sent_packet_init()
912 packet.remote_ts = GST_CLOCK_TIME_NONE; in _add_twcc_packet()
1114 pkt->remote_ts = ts_rounded; in rtp_twcc_manager_parse_fci()
1119 GST_TIME_ARGS (pkt->remote_ts), GST_STIME_ARGS (delta_ts), in rtp_twcc_manager_parse_fci()