Home
last modified time | relevance | path

Searched refs:delay_time (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/site_tests/display_Tearing/
Ddisplay_Tearing.py195 delay_time = [timestamp_list[i] - timestamp_list[i-1]
205 max(delay_time), min(delay_time),
206 sum(delay_time)/len(delay_time))
/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c364 unsigned int delay_time; in hostapd_2040_coex_action() local
365 delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in hostapd_2040_coex_action()
369 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in hostapd_2040_coex_action()
373 delay_time); in hostapd_2040_coex_action()
444 unsigned int delay_time = OVERLAPPING_BSS_TRANS_DELAY_FACTOR * in ht40_intolerant_remove() local
448 delay_time); in ht40_intolerant_remove()
450 eloop_register_timeout(delay_time, 0, ap_ht2040_timeout, in ht40_intolerant_remove()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp59 int32_t delay_time, in GetRecordPosition() argument
66 delay_time, user_input, trans_index, disposal_method, interlace); in GetRecordPosition()
212 static_cast<int32_t>(gif_image->image_GCE->delay_time), in LoadFrame()
479 graphic_control_extension_->delay_time = in DecodeExtension()
480 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&gif_gce->delay_time)); in DecodeExtension()
Dcfx_gifcontext.h34 int32_t delay_time,
Dcfx_gif.h82 uint16_t delay_time; member
/external/pdfium/core/fxcodec/codec/
Dccodec_gifmodule.h33 int32_t delay_time,
Dccodec_progressivedecoder.h141 int32_t delay_time,
Dfx_codec_progress.cpp604 int32_t delay_time, in GifInputRecordPositionBuf() argument
/external/wpa_supplicant_8/src/radius/
Dradius_client.c437 u32 delay_time; in radius_client_retransmit() local
447 delay_time = now - entry->first_try; in radius_client_retransmit()
448 WPA_PUT_BE32(acct_delay_time, delay_time); in radius_client_retransmit()
452 delay_time); in radius_client_retransmit()