Home
last modified time | relevance | path

Searched refs:kCongestionWindow (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/video/
Dvideo_stream_encoder_observer.h62 kCongestionWindow enumerator
/external/webrtc/modules/pacing/
Dpacing_controller_unittest.cc1062 int kCongestionWindow = kPacketSize * 10; in TEST_P() local
1065 pacer_->SetCongestionWindow(DataSize::Bytes(kCongestionWindow)); in TEST_P()
1067 while (sent_data < kCongestionWindow) { in TEST_P()
1141 int64_t kCongestionWindow = kPacketSize * kCongestionCount; in TEST_P() local
1145 pacer_->SetCongestionWindow(DataSize::Bytes(kCongestionWindow)); in TEST_P()
1147 while (sent_data < kCongestionWindow) { in TEST_P()
1171 DataSize::Bytes(kCongestionWindow - kPacketSize * ack_count)); in TEST_P()
/external/webrtc/video/
Dsend_statistics_proxy.cc1088 case DropReason::kCongestionWindow: in OnFrameDropped()
Dvideo_stream_encoder.cc1011 VideoStreamEncoderObserver::DropReason::kCongestionWindow); in OnFrame()