Searched refs:update_interval (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | reference_picture_selection.cc | 81 int64_t update_interval = static_cast<int64_t>(kRttConfidence * rtt_); in EncodeFlags() local 83 if (update_interval < kMinUpdateInterval) in EncodeFlags() 84 update_interval = kMinUpdateInterval; in EncodeFlags() 86 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval && in EncodeFlags()
|
/external/autotest/server/cros/ap_configurators/ |
D | asus_qis_ap_configurator.py | 150 def set_security_wpapsk(self, security, shared_key, update_interval=1800): argument 154 (security, shared_key, update_interval), 158 def _set_security_wpapsk(self, security, shared_key, update_interval): argument 169 self.set_content_of_text_field_by_xpath(str(update_interval),
|
D | asus_ap_configurator.py | 231 def set_security_wpapsk(self, security, shared_key, update_interval=1800): argument 235 (security, shared_key, update_interval), 239 def _set_security_wpapsk(self, security, shared_key, update_interval): argument 252 self.set_content_of_text_field_by_xpath(str(update_interval),
|
D | asus_rtac68u_ap_configurator.py | 292 def set_security_wpapsk(self, security, shared_key, update_interval=None): argument 300 (security, shared_key, update_interval), 304 def _set_security_wpapsk(self, security, shared_key, update_interval=None): argument
|
/external/jemalloc_new/test/unit/ |
D | decay.c | 379 nstime_t time, update_interval, decay_ms, deadline; in decay_ticker_helper() local 388 nstime_init2(&update_interval, dt, 0); in decay_ticker_helper() 389 nstime_idivide(&update_interval, NINTERVALS); in decay_ticker_helper() 407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
|
/external/iputils/ |
D | ping_common.c | 440 static inline void update_interval(void) in update_interval() function 543 update_interval(); in pinger() 911 update_interval(); in gather_statistics()
|
/external/mesa3d/src/mesa/program/ |
D | prog_optimize.c | 916 update_interval(GLint intBegin[], GLint intEnd[], in update_interval() function 993 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in _mesa_find_temp_intervals() 1001 update_interval(intBegin, intEnd, loopStack, loopStackDepth, in _mesa_find_temp_intervals()
|