Searched refs:delay_time (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/site_tests/display_Tearing/ |
D | display_Tearing.py | 195 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/ |
D | ieee802_11_ht.c | 364 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/ |
D | cfx_gifcontext.cpp | 59 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()
|
D | cfx_gifcontext.h | 34 int32_t delay_time,
|
D | cfx_gif.h | 82 uint16_t delay_time; member
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_gifmodule.h | 33 int32_t delay_time,
|
D | ccodec_progressivedecoder.h | 141 int32_t delay_time,
|
D | fx_codec_progress.cpp | 604 int32_t delay_time, in GifInputRecordPositionBuf() argument
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 437 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()
|