Searched refs:packet_loss_ (Results 1 – 3 of 3) sorted by relevance
59 packet_loss_(0), in RtxLoopBackTransport()70 void DropEveryNthPacket(int n) { packet_loss_ = n; } in DropEveryNthPacket()75 packet_loss_ = 0; in DropConsecutivePackets()92 if (packet_loss_ > 0) { in SendRtp()93 if ((count_ % packet_loss_) == 0) { in SendRtp()109 int packet_loss_; member in webrtc::RtxLoopBackTransport
289 packet_loss_ = true; in OnPacketLoss()295 packet_loss_ = false; in OnIncrementalStateCleared()300 bool IsIncrementalStateValid() const { return !packet_loss_; } in IsIncrementalStateValid()330 bool packet_loss_ = true; variable
180 absl::optional<float> packet_loss_; member in webrtc::__anonfc13b8300111::VideoEncoderSoftwareFallbackWrapper233 if (packet_loss_.has_value()) { in PrimeEncoder()234 encoder->OnPacketLossRateUpdate(packet_loss_.value()); in PrimeEncoder()392 packet_loss_ = packet_loss_rate; in OnPacketLossRateUpdate()