Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: webrtc/video/vie_encoder.h

Issue 2630333002: Drop frames until specified bitrate is achieved. (Closed)
Patch Set: Only drop frames at beginning of call Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/vie_encoder.h
diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h
index 4a2ca1f3015f4dbe0421eb51208334ab378ec436..000b094feb259761c6f2fc70ca722b78a1365ac4 100644
--- a/webrtc/video/vie_encoder.h
+++ b/webrtc/video/vie_encoder.h
@@ -175,6 +175,8 @@ class ViEEncoder : public rtc::VideoSinkInterface<VideoFrame>,
rtc::Event shutdown_event_;
const uint32_t number_of_cores_;
+ // Counts how many frames we've dropped in the initial rampup phase.
+ int initial_rampup_;
const std::unique_ptr<VideoSourceProxy> source_proxy_;
EncoderSink* sink_;

Powered by Google App Engine
This is Rietveld 408576698