Cleaning up NetEQ statistics
Removed struct MCUStats_t and all references to it. Removed totalDiscardedPackets and totalFlushedPackets from the PacketBuf_t struct. Review URL: http://webrtc-codereview.appspot.com/293001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@999 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -1398,12 +1398,6 @@ int WebRtcNetEQ_GetNetworkStatistics(void *inst, WebRtcNetEQ_NetworkStatistics *
|
||||
stats->currentAccelerateRate = 1 << 14; /* 1 in Q14 */
|
||||
}
|
||||
|
||||
/* also transfer measure to post-call statistics */
|
||||
NetEqMainInst->MCUinst.statInst.accelerateMs
|
||||
+= WebRtcSpl_DivU32U16(
|
||||
WEBRTC_SPL_UMUL_32_16( NetEqMainInst->DSPinst.statInst.accelerateLength, (WebRtc_UWord16) 1000),
|
||||
NetEqMainInst->MCUinst.fs);
|
||||
|
||||
/* timestamps elapsed since last report */
|
||||
tempU32 = NetEqMainInst->MCUinst.lastReportTS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user