summaryrefslogtreecommitdiff
path: root/video_engine/vie_capturer.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_capturer.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_capturer.h')
-rw-r--r--video_engine/vie_capturer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video_engine/vie_capturer.h b/video_engine/vie_capturer.h
index 1b12c45d..7900e55c 100644
--- a/video_engine/vie_capturer.h
+++ b/video_engine/vie_capturer.h
@@ -104,7 +104,8 @@ class ViECapturer
void RegisterCpuOveruseObserver(CpuOveruseObserver* observer);
- int CpuOveruseMeasure();
+ void CpuOveruseMeasures(int* capture_jitter_ms,
+ int* avg_encode_time_ms) const;
protected:
ViECapturer(int capture_id,