Searched refs:rate_bps (Results 1 – 7 of 7) sorted by relevance
/external/curl/lib/ |
D | transfer.c | 1244 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps, in Curl_sleep_time() argument 1250 if(rate_bps == 0) in Curl_sleep_time() 1257 if(cur_rate_bps > (rate_bps + (rate_bps >> 10))) { in Curl_sleep_time() 1259 rate_bps -= rate_bps >> 6; in Curl_sleep_time() 1262 else if(cur_rate_bps < (rate_bps - (rate_bps >> 10))) { in Curl_sleep_time() 1264 rate_bps += rate_bps >> 6; in Curl_sleep_time() 1271 rv = ((curl_off_t)(pkt_size * 1000) / rate_bps); in Curl_sleep_time()
|
D | transfer.h | 67 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isac_fix_type.h | 29 int32_t rate_bps, in ControlBwe() argument 32 return WebRtcIsacfix_ControlBwe(inst, rate_bps, frame_size_ms, in ControlBwe()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac_float_type.h | 27 int32_t rate_bps, in ControlBwe() 30 return WebRtcIsac_ControlBwe(inst, rate_bps, frame_size_ms, in ControlBwe()
|
/external/fio/ |
D | fio.h | 229 uint64_t rate_bps[DDIR_RWDIR_CNT]; member
|
D | init.c | 459 td->rate_bps[ddir] = td->o.rate[ddir]; in __setup_rate() 461 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs; in __setup_rate() 463 if (!td->rate_bps[ddir]) { in __setup_rate()
|
D | io_u.c | 1598 bps = td->rate_bps[ddir]; in usec_for_io()
|