Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c1538 guint64 t_rtp; in rtp_source_get_new_sr() local
1550 t_rtp = src->last_rtptime; in rtp_source_get_new_sr()
1553 G_GUINT64_FORMAT, GST_TIME_ARGS (src->last_rtime), t_rtp); in rtp_source_get_new_sr()
1575 t_rtp += gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND); in rtp_source_get_new_sr()
1578 t_rtp -= gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND); in rtp_source_get_new_sr()
1590 (guint32) t_rtp); in rtp_source_get_new_sr()
1595 *rtptime = t_rtp; in rtp_source_get_new_sr()