Searched refs:rate_bps (Results 1 - 7 of 7) sorted by relevance

/external/curl/lib/
H A Dtransfer.h68 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps,
H A Dtransfer.c1262 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps, argument
1268 if(rate_bps == 0)
1275 if(cur_rate_bps > (rate_bps + (rate_bps >> 10))) {
1277 rate_bps -= rate_bps >> 6;
1280 else if(cur_rate_bps < (rate_bps - (rate_bps >> 10))) {
1282 rate_bps += rate_bps >>
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disac_fix_type.h29 int32_t rate_bps,
32 return WebRtcIsacfix_ControlBwe(inst, rate_bps, frame_size_ms,
28 ControlBwe(instance_type* inst, int32_t rate_bps, int frame_size_ms, int16_t enforce_frame_size) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac_float_type.h27 int32_t rate_bps,
30 return WebRtcIsac_ControlBwe(inst, rate_bps, frame_size_ms,
26 ControlBwe(instance_type* inst, int32_t rate_bps, int frame_size_ms, int16_t enforce_frame_size) argument
/external/fio/
H A Dfio.h229 uint64_t rate_bps[DDIR_RWDIR_CNT]; member in struct:thread_data
H A Dinit.c459 td->rate_bps[ddir] = td->o.rate[ddir];
461 td->rate_bps[ddir] = td->o.rate_iops[ddir] * bs;
463 if (!td->rate_bps[ddir]) {
H A Dio_u.c1598 bps = td->rate_bps[ddir];

Completed in 166 milliseconds