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

  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 46 size_t max_burst_size,
58 max_burst_size_(max_burst_size),
261 size_t max_burst_size = std::min( local
264 current_max_burst_size_ = std::max(next_max_burst_size_, max_burst_size);
265 next_max_burst_size_ = std::max(next_next_max_burst_size_, max_burst_size);
266 next_next_max_burst_size_ = max_burst_size;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h 64 uint32 max_burst_size; /* Maximum Burst Size (bytes) */ member in struct:tspec
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3756 uint max_burst_size; \/* Maximum Burst Size (bytes) *\/ member in struct:tspec_arg
    [all...]

Completed in 235 milliseconds