Implement RTCCodecStats
Categories
(Core :: WebRTC, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
backlog | webrtc/webaudio+ |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Blocks 5 open bugs)
Details
Attachments
(22 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•9 years ago
|
||
Updated•9 years ago
|
Comment 2•7 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
Assignee | ||
Comment 9•3 years ago
|
||
This allows us to round up codec, receiver and sender stats from within the same
loop (over transceivers).
Assignee | ||
Comment 10•3 years ago
|
||
Assignee | ||
Comment 11•3 years ago
|
||
Assignee | ||
Comment 12•3 years ago
|
||
Assignee | ||
Comment 13•3 years ago
|
||
Assignee | ||
Comment 14•3 years ago
|
||
Assignee | ||
Comment 15•3 years ago
|
||
Assignee | ||
Comment 16•3 years ago
|
||
This patch has two goals:
- In RTCStatsIdGenerator::RewriteIds avoid having to write a lambda for each
stat dict member that can be an id - Have a single place in C++-land that explicitly lists public and internal
RTCStatsCollection members, to reduce the number of locations that need
updating when adding new stats.
Assignee | ||
Comment 17•3 years ago
|
||
Assignee | ||
Comment 18•3 years ago
|
||
Assignee | ||
Comment 19•3 years ago
|
||
This is mainly to avoid repeating the default parameters throughout the tree.
Assignee | ||
Comment 20•3 years ago
|
||
Assignee | ||
Comment 21•3 years ago
|
||
Assignee | ||
Comment 22•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 23•3 years ago
|
||
Assignee | ||
Comment 24•3 years ago
|
||
Assignee | ||
Comment 25•3 years ago
|
||
Comment 26•3 years ago
|
||
Updated•3 years ago
|
Comment 27•3 years ago
|
||
Comment 28•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ec4aee8e9a4
https://hg.mozilla.org/mozilla-central/rev/cdbd947566bc
https://hg.mozilla.org/mozilla-central/rev/370bdfb76ac7
https://hg.mozilla.org/mozilla-central/rev/a75366a4ea6c
https://hg.mozilla.org/mozilla-central/rev/f394081bcd09
https://hg.mozilla.org/mozilla-central/rev/8e2392662557
https://hg.mozilla.org/mozilla-central/rev/8015aa7f593b
https://hg.mozilla.org/mozilla-central/rev/f2e78d88e87f
https://hg.mozilla.org/mozilla-central/rev/bfd29442ed2f
https://hg.mozilla.org/mozilla-central/rev/d8231354d400
https://hg.mozilla.org/mozilla-central/rev/ab3da5998395
https://hg.mozilla.org/mozilla-central/rev/9bd71989a943
https://hg.mozilla.org/mozilla-central/rev/e928fcf303ab
https://hg.mozilla.org/mozilla-central/rev/79e8569a7cb8
https://hg.mozilla.org/mozilla-central/rev/dad900244739
https://hg.mozilla.org/mozilla-central/rev/bfeee66fdda5
https://hg.mozilla.org/mozilla-central/rev/e37cfe95a439
https://hg.mozilla.org/mozilla-central/rev/2dea88c02e3f
https://hg.mozilla.org/mozilla-central/rev/174d81cefb2c
https://hg.mozilla.org/mozilla-central/rev/6ddab7982ef5
https://hg.mozilla.org/mozilla-central/rev/7c8e0d60d269
https://hg.mozilla.org/mozilla-central/rev/c0ea85240e32
Description
•