commit | b8ba4d8109f394413c6b37402aa21ff24e186126 | [log] [tgz] |
---|---|---|
author | roosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Dec 14 00:06:18 2012 +0000 |
committer | roosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Dec 14 00:06:18 2012 +0000 |
tree | bf09ce0e604ae0445c43cfdf911fa6288f0e3a73 | |
parent | c454fab03bc9856a16bd5df828bd8f1594cde0a2 [diff] [blame] |
Add number of inserted samples to NetEq statistics. BUG= Review URL: https://webrtc-codereview.appspot.com/964030 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3289 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq/neteq_statistics.h b/webrtc/modules/audio_coding/neteq/neteq_statistics.h index d07f330..727b109 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_statistics.h +++ b/webrtc/modules/audio_coding/neteq/neteq_statistics.h
@@ -28,6 +28,7 @@ WebRtc_UWord32 preemptiveLength; /* number of samples produced through pre-emptive expand */ WebRtc_UWord32 accelerateLength; /* number of samples removed through accelerate */ + int addedSamples; /* number of samples inserted in off mode */ /* variables for post-call statistics; queried through WebRtcNetEQ_GetJitterStatistics */ WebRtc_UWord32 expandedVoiceSamples; /* number of voice samples produced through expand */