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

  /external/webrtc/webrtc/modules/video_coding/
video_sender.cc 344 int window_bps = std::max(threshold_bps / 10, 10000); local
345 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps);
media_optimization.cc 402 int window_bps) {
404 assert(threshold_bps > 0 && window_bps >= 0);
406 suspension_window_bps_ = window_bps;
media_optimization.h 71 // |threshold_bps| + |window_bps|.
72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);

Completed in 83 milliseconds