Searched refs:overshoot_detectors_ (Results 1 – 2 of 2) sorted by relevance
88 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 …]
67 overshoot_detectors_[kMaxSpatialLayers][kMaxTemporalStreams]; variable