Elevate NetEq short-term activity statistics to ACM level for logging.
Review URL: https://webrtc-codereview.appspot.com/1313004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3850 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -166,6 +166,8 @@ int WebRtcNetEQ_Accelerate(DSPInst_t *inst,
|
||||
|
||||
/* update statistics */
|
||||
inst->statInst.accelerateLength += w16_bestIndex;
|
||||
/* Short-term activity statistics. */
|
||||
inst->activity_stats.accelerate_bgn_samples += w16_bestIndex;
|
||||
|
||||
return 0;
|
||||
} /* end of special code for BGN mode */
|
||||
@ -456,6 +458,8 @@ int WebRtcNetEQ_Accelerate(DSPInst_t *inst,
|
||||
|
||||
/* Update in-call statistics */
|
||||
inst->statInst.accelerateLength += w16_bestIndex;
|
||||
/* Short-term activity statistics. */
|
||||
inst->activity_stats.accelarate_normal_samples += w16_bestIndex;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user