Home
last modified time | relevance | path

Searched refs:update_interval (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dreference_picture_selection.cc81 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/
Dasus_qis_ap_configurator.py150 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),
Dasus_ap_configurator.py231 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),
Dasus_rtac68u_ap_configurator.py292 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/
Ddecay.c379 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/
Dping_common.c440 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/
Dprog_optimize.c916 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()