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

Unified Diff: webrtc/video/vie_encoder.h

Issue 1569853002: Measure encoding time on encode callbacks. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: updated comment Created 4 years, 10 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/video/video_send_stream.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 e36cb30adcb3d2acd2fefc87810a671b870ab956..b8944dc6f8d2832288e2d43cfd0a613f9a2002b2 100644
--- a/webrtc/video/vie_encoder.h
+++ b/webrtc/video/vie_encoder.h
@@ -33,6 +33,7 @@ class BitrateAllocator;
class BitrateObserver;
class Config;
class EncodedImageCallback;
+class OveruseFrameDetector;
class PacedSender;
class PayloadRouter;
class ProcessThread;
@@ -54,6 +55,7 @@ class ViEEncoder : public RtcpIntraFrameObserver,
ProcessThread* module_process_thread,
SendStatisticsProxy* stats_proxy,
I420FrameCallback* pre_encode_callback,
+ OveruseFrameDetector* overuse_detector,
PacedSender* pacer,
BitrateAllocator* bitrate_allocator);
~ViEEncoder();
@@ -163,6 +165,7 @@ class ViEEncoder : public RtcpIntraFrameObserver,
SendStatisticsProxy* const stats_proxy_;
I420FrameCallback* const pre_encode_callback_;
+ OveruseFrameDetector* const overuse_detector_;
PacedSender* const pacer_;
BitrateAllocator* const bitrate_allocator_;
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/video/vie_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698