HomeSort by relevance Sort by last modified time
    Searched refs:update_interval (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 81 uint32_t update_interval = kRttConfidence * rtt_; local
82 if (update_interval < kMinUpdateInterval)
83 update_interval = kMinUpdateInterval;
85 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval &&
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
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,
    [all...]
  /external/iputils/
ping_common.c 440 static inline void update_interval(void) function
543 update_interval();
911 update_interval();
  /external/mesa3d/src/mesa/program/
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,
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 4825 update_interval(Interval *i, Int low, Int high) function
    [all...]

Completed in 454 milliseconds