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

  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 60 next_max_burst_size_(target_burst_size_),
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);
paced_sender.h 199 size_t next_max_burst_size_; member in class:media::cast::PacedSender

Completed in 58 milliseconds