Searched refs:round_trip_time_ms (Results 1 – 14 of 14) sorted by relevance
219 std::vector<uint16_t> Nack::GetNackList(int64_t round_trip_time_ms) const { in GetNackList()220 RTC_DCHECK_GE(round_trip_time_ms, 0); in GetNackList()225 it->second.time_to_play_ms > round_trip_time_ms) in GetNackList()
88 std::vector<uint16_t> GetNackList(int64_t round_trip_time_ms) const;
194 std::vector<uint16_t> GetNackList(int64_t round_trip_time_ms) const override;
434 std::vector<uint16_t> NetEqImpl::GetNackList(int64_t round_trip_time_ms) const { in GetNackList()440 return nack_->GetNackList(round_trip_time_ms); in GetNackList()
572 int64_t round_trip_time_ms) { in OnNetworkChanged() argument575 << " rtt " << round_trip_time_ms; in OnNetworkChanged()577 vcm_->SetChannelParameters(bitrate_bps, fraction_lost, round_trip_time_ms); in OnNetworkChanged()
147 int64_t round_trip_time_ms);
271 std::vector<uint16_t> GetNackList(int64_t round_trip_time_ms) const;
497 int64_t round_trip_time_ms) const { in GetNackList()498 return neteq_->GetNackList(round_trip_time_ms); in GetNackList()
183 std::vector<uint16_t> GetNackList(int64_t round_trip_time_ms) const override;
814 int64_t round_trip_time_ms) const { in GetNackList()815 return receiver_.GetNackList(round_trip_time_ms); in GetNackList()
298 int64_t round_trip_time_ms) const = 0;
192 int64_t round_trip_time_ms, in SetTargetRates() argument199 loss_prot_logic_->UpdateRtt(round_trip_time_ms); in SetTargetRates()
61 int64_t round_trip_time_ms,
738 int64_t round_trip_time_ms) const = 0;