summaryrefslogtreecommitdiff
path: root/video_engine/vie_base_impl.h
diff options
context:
space:
mode:
authorasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-26 11:12:33 +0000
committerasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-26 11:12:33 +0000
commitdd4f8664a1759e8a3a0329e8aebe6e872d371f20 (patch)
tree2e8748bcaf4dd1985db673868c349529a371c9a0 /video_engine/vie_base_impl.h
parent4ee440a2e152f4a4f6b3f6b267f97738d899ab6c (diff)
downloadwebrtc-dd4f8664a1759e8a3a0329e8aebe6e872d371f20.tar.gz
Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure api.
R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4099004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5178 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_base_impl.h')
-rw-r--r--video_engine/vie_base_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video_engine/vie_base_impl.h b/video_engine/vie_base_impl.h
index b44754a2..1411cafc 100644
--- a/video_engine/vie_base_impl.h
+++ b/video_engine/vie_base_impl.h
@@ -33,7 +33,9 @@ class ViEBaseImpl
virtual int SetVoiceEngine(VoiceEngine* voice_engine);
virtual int RegisterCpuOveruseObserver(int channel,
CpuOveruseObserver* observer);
- virtual int CpuOveruseMeasure(int channel, int* capture_jitter_ms);
+ virtual int CpuOveruseMeasures(int channel,
+ int* capture_jitter_ms,
+ int* avg_encode_time_ms);
virtual int CreateChannel(int& video_channel); // NOLINT
virtual int CreateChannel(int& video_channel, // NOLINT
int original_channel);