Home
last modified time | relevance | path

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

/external/webrtc/call/
Dvideo_send_stream.h113 uint32_t frames_dropped_by_congestion_window = 0; member
/external/webrtc/video/
Dsend_statistics_proxy.cc665 << current_stats.frames_dropped_by_congestion_window; in UpdateHistograms()
1089 ++stats_.frames_dropped_by_congestion_window; in OnFrameDropped()
Dvideo_stream_encoder_unittest.cc1501 EXPECT_EQ(2u, stats_proxy_->GetStats().frames_dropped_by_congestion_window); in TEST_F()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc5262 stats.frames_dropped_by_congestion_window = 10; in GetInitialisedStats()