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

Unified Diff: webrtc/video/vie_encoder.h

Issue 2616393003: Periodically update channel parameters and send TargetBitrate message. (Closed)
Patch Set: 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
« no previous file with comments | « webrtc/modules/video_coding/video_sender.cc ('k') | webrtc/video/vie_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_encoder.h
diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h
index c086644e147e407bb298adc1e7b4ee1a549e9fc8..dc11bd1fce8726f3d48b327334bf59129c042e81 100644
--- a/webrtc/video/vie_encoder.h
+++ b/webrtc/video/vie_encoder.h
@@ -235,6 +235,7 @@ class ViEEncoder : public rtc::VideoSinkInterface<VideoFrame>,
int dropped_frame_count_ ACCESS_ON(&encoder_queue_);
VideoBitrateAllocationObserver* bitrate_observer_ ACCESS_ON(&encoder_queue_);
+ rtc::Optional<int64_t> last_parameters_update_ ACCESS_ON(&encoder_queue_);
danilchap 2017/01/09 14:05:48 add 'ms_' suffix
sprang_webrtc 2017/01/09 15:34:03 Done.
// All public methods are proxied to |encoder_queue_|. It must must be
// destroyed first to make sure no tasks are run that use other members.
« no previous file with comments | « webrtc/modules/video_coding/video_sender.cc ('k') | webrtc/video/vie_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698