Searched refs:round_trip_time_ms (Results 1 – 11 of 11) sorted by relevance
216 std::vector<uint16_t> Nack::GetNackList(int round_trip_time_ms) const { in GetNackList()221 it->second.time_to_play_ms > round_trip_time_ms) in GetNackList()
727 int round_trip_time_ms) const { in GetNackList()729 if (round_trip_time_ms < 0) { in GetNackList()732 " round_trip_time_ms=%d", round_trip_time_ms); in GetNackList()734 if (nack_enabled_ && round_trip_time_ms >= 0) { in GetNackList()736 return nack_->GetNackList(round_trip_time_ms); in GetNackList()
90 std::vector<uint16_t> GetNackList(int round_trip_time_ms) const;
308 std::vector<uint16_t> GetNackList(int round_trip_time_ms) const;
249 int round_trip_time_ms) const OVERRIDE;456 int round_trip_time_ms) const OVERRIDE;
2033 int round_trip_time_ms) const { in SetREDStatus()2034 return receiver_.GetNackList(round_trip_time_ms); in SetREDStatus()2168 int round_trip_time_ms) const { in GetNackList()2169 return acm_old_->GetNackList(round_trip_time_ms); in GetNackList()
996 virtual std::vector<uint16_t> GetNackList(int round_trip_time_ms) const = 0;1175 virtual std::vector<uint16_t> GetNackList(int round_trip_time_ms) const = 0;
61 uint32_t round_trip_time_ms,
203 uint32_t round_trip_time_ms, in SetTargetRates() argument216 loss_prot_logic_->UpdateRtt(round_trip_time_ms); in SetTargetRates()
835 const uint32_t round_trip_time_ms) { in OnNetworkChanged() argument838 << " rtt " << round_trip_time_ms; in OnNetworkChanged()839 vcm_.SetChannelParameters(bitrate_bps, fraction_lost, round_trip_time_ms); in OnNetworkChanged()
187 const uint32_t round_trip_time_ms);