Searched defs:update_interval (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.cc81 int64_t update_interval = static_cast<int64_t>(kRttConfidence * rtt_); local
83 if (update_interval < kMinUpdateInterval)
84 update_interval = kMinUpdateInterval;
86 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval &&
/external/iputils/
H A Dping_common.c440 static inline void update_interval(void) function
543 update_interval();
911 update_interval();
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c916 update_interval(GLint intBegin[], GLint intEnd[], function
993 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
/external/valgrind/VEX/priv/
H A Dir_opt.c4956 update_interval(Interval *i, Int low, Int high) function
5042 update_interval(getInterval, low, high);
5050 update_interval(getInterval, low, high);
5659 update_interval(&interval, offset,

Completed in 207 milliseconds