Home
last modified time | relevance | path

Searched refs:max_wait_ms (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Drename.c47 const int max_wait_ms = 1000; in Curl_rename() local
59 if(diff < 0 || diff > max_wait_ms) { in Curl_rename()
/external/webrtc/modules/audio_coding/neteq/
Dnack_tracker.cc241 int max_wait_ms = in GetNackList() local
249 time_since_packet_ms + round_trip_time_ms < max_wait_ms) in GetNackList()