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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_remb.cc 28 const unsigned int kSendThresholdPercent = 97;
101 // kSendThresholdPercent of the previous estimate.
105 if (new_remb_bitrate < kSendThresholdPercent * last_send_bitrate_ / 100) {
106 // The new bitrate estimate is less than kSendThresholdPercent % of the

Completed in 55 milliseconds