Searched defs:update_interval (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
H A D | reference_picture_selection.cc | 81 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 D | ping_common.c | 440 static inline void update_interval(void) function 543 update_interval(); 911 update_interval();
|
/external/mesa3d/src/mesa/program/ |
H A D | prog_optimize.c | 948 update_interval(GLint intBegin[], GLint intEnd[], function 1025 update_interval(intBegin, intEnd, loopStack, loopStackDepth, 1033 update_interval(intBegin, intEnd, loopStack, loopStackDepth,
|
/external/valgrind/VEX/priv/ |
H A D | ir_opt.c | 4955 update_interval(Interval *i, Int low, Int high) function 5041 update_interval(getInterval, low, high); 5049 update_interval(getInterval, low, high); 5658 update_interval(&interval, offset,
|
Completed in 132 milliseconds