HomeSort by relevance Sort by last modified time
    Searched refs:rate_bps (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 29 int32_t rate_bps,
32 return WebRtcIsacfix_ControlBwe(inst, rate_bps, frame_size_ms,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 27 int32_t rate_bps,
30 return WebRtcIsac_ControlBwe(inst, rate_bps, frame_size_ms,
  /external/curl/lib/
transfer.h 67 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps,
transfer.c     [all...]
  /external/fio/
fio.h 229 uint64_t rate_bps[DDIR_RWDIR_CNT]; member in struct:thread_data
init.c 459 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]) {
    [all...]
io_u.c     [all...]

Completed in 109 milliseconds