Home
last modified time | relevance | path

Searched refs:overshoot_detectors_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/video/
Dencoder_bitrate_adjuster.cc88 if (!overshoot_detectors_[si][ti]) { in AdjustRateAllocation()
89 overshoot_detectors_[si][ti] = in AdjustRateAllocation()
93 } else if (overshoot_detectors_[si][ti]) { in AdjustRateAllocation()
95 overshoot_detectors_[si][ti].reset(); in AdjustRateAllocation()
129 RTC_DCHECK(overshoot_detectors_[si][0]); in AdjustRateAllocation()
131 overshoot_detectors_[si][0] in AdjustRateAllocation()
135 overshoot_detectors_[si][0] in AdjustRateAllocation()
146 RTC_DCHECK(overshoot_detectors_[si][ti]); in AdjustRateAllocation()
148 overshoot_detectors_[si][ti]->GetNetworkRateUtilizationFactor( in AdjustRateAllocation()
151 overshoot_detectors_[si][ti]->GetMediaRateUtilizationFactor(now_ms); in AdjustRateAllocation()
[all …]
Dencoder_bitrate_adjuster.h67 overshoot_detectors_[kMaxSpatialLayers][kMaxTemporalStreams]; variable