Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c302 src->curr_probation = src->probation; in rtp_source_init()
1127 src->curr_probation = src->probation; in update_receiver_stats()
1135 if (src->curr_probation) { in update_receiver_stats()
1140 src->curr_probation--; in update_receiver_stats()
1147 if (src->curr_probation == 0) { in update_receiver_stats()
1153 GST_DEBUG ("probation %d: queue packet", src->curr_probation); in update_receiver_stats()
1242 src->curr_probation, src->probation); in update_receiver_stats()
1243 src->curr_probation = src->probation; in update_receiver_stats()
Drtpsource.h144 guint curr_probation; member