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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.h 71 // |threshold_bps| + |window_bps|.
72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);
media_optimization.cc 462 int window_bps) {
463 assert(threshold_bps > 0 && window_bps >= 0);
465 suspension_window_bps_ = window_bps;
video_sender.cc 457 int window_bps = std::max(threshold_bps / 10, 10000); local
458 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 169 // |threshold_bps| + |window_bps|.
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_codec.h 197 // |threshold_bps| + |window_bps|.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 596 // |threshold_bps| + |window_bps|.

Completed in 687 milliseconds