Searched refs:probation (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.c159 s->probation= 1;
163 * called whenever there is a large jump in sequence numbers, or when they get out of probation...
189 if(s->probation)
192 s->probation--;
194 if(s->probation==0) {
200 s->probation= MIN_SEQUENTIAL - 1;
H A Drtpdec.h85 int probation; ///< sequence packets till source is valid member in struct:__anon2267
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h84 int probation; ///< sequence packets till source is valid member in struct:RTPStatistics
H A Drtpdec.c171 s->probation = 1;
176 * or when they get out of probation...
201 if (s->probation) {
203 s->probation--;
205 if (s->probation == 0) {
211 s->probation = MIN_SEQUENTIAL - 1;

Completed in 69 milliseconds