webrtc/webrtc/modules/audio_coding
minyue-webrtc 0c3ca753c5 Replacing NetEq discard rate with secondary discarded rate.
NetEq network statistics contains discard rate but has not been used and even not been implemented until recently.

According to w3c.github.io/webrtc-stats/#dom-rtcreceivedrtpstreamstats-packetsdiscarded,
this statistics needs to be replaced with an accumulative stats. Such work will be carried out separately.

Meanwhile, we need to add a rate to reflect rate of discarded redundant packets. See webrtc:8025.

In this CL, we replace the existing discard rate with secondary discarded rate, so as to
1. fulfill the requests on webrtc:8025
2. get ready to implement an accumulative statistics for discarded packets.

BUG: webrtc:7903,webrtc:8025
Change-Id: Idbf143a105db76ca15f0af54848e1448f2a810ec
Reviewed-on: https://chromium-review.googlesource.com/582863
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Minyue Li <minyue@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19495}
2017-08-24 13:46:52 +00:00
..
acm2 Replacing NetEq discard rate with secondary discarded rate. 2017-08-24 13:46:52 +00:00
audio_network_adaptor Don't use rvalue reference function arguments in the audio coding module 2017-08-14 14:10:14 +00:00
codecs Reland of Stop silently accepting unsupported flags in test binaries (patchset #1 id:1 of https://codereview.webrtc.org/3002963002/ ) 2017-08-22 17:55:47 +00:00
include Rename webrtc/base -> webrtc/rtc_base 2017-07-06 19:11:40 +00:00
neteq Replacing NetEq discard rate with secondary discarded rate. 2017-08-24 13:46:52 +00:00
test Replacing NetEq discard rate with secondary discarded rate. 2017-08-24 13:46:52 +00:00
audio_coding.gni Adding build switch for Opus that supports 120ms ptime. 2017-02-02 01:31:11 +00:00
BUILD.gn Revert of Reimplement the builtin audio codec factories using the new stuff in api/ (patchset #1 id:60001 of https://codereview.webrtc.org/2997713002/ ) 2017-08-22 15:13:37 +00:00
DEPS Moved RtcEventLog files from call/ to logging/ 2016-10-04 01:31:32 +00:00
OWNERS Add ossu@ to OWNERS of audio/ and modules/audio_coding/ 2016-12-15 15:52:14 +00:00