HomeSort by relevance Sort by last modified time
    Searched defs:max_rate (Results 1 - 4 of 4) sorted by null

  /external/libvorbis/lib/
bitrate.h 45 long max_rate; member in struct:bitrate_manager_info
  /external/qemu/
shaper.c 42 * rate to a given constant MAX_RATE expressed as bits/second. this means
43 * that it takes 1/MAX_RATE seconds to send a single bit, and count*8/MAX_RATE
48 * at least 'count*8/MAX_RATE' seconds. any successive packet that is "sent"
103 double max_rate; /* max rate expressed in bytes/second */ member in struct:NetShaperRec_
174 shaper->max_rate = 1e6;
195 shaper->max_rate = rate;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 2059 uint8 max_rate; member in struct:wl_txrate_class
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 876 uint16 max_rate; /* In units of 512 Kbps */ member in struct:wme_tx_params_s
2376 uint8 max_rate; member in struct:wl_txrate_class
    [all...]

Completed in 361 milliseconds