Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Issue 2649913002: Count FlexFEC packets in |fec_bitrate_| in RTPSenderVideo. (Closed)

Created:
3 years, 11 months ago by brandtr
Modified:
3 years, 11 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Count FlexFEC packets in |fec_bitrate_| in RTPSenderVideo. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2649913002 Cr-Commit-Position: refs/heads/master@{#16238} Committed: https://chromium.googlesource.com/external/webrtc/+/81eab61172a1f509f775ee369184973d721fe0e1

Patch Set 1 #

Total comments: 2

Patch Set 2 : Unit test. #

Total comments: 5

Patch Set 3 : danilchap comments 2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -1 line) Patch
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 18 (10 generated)
brandtr
Old TODO that I have missed to fix.
3 years, 11 months ago (2017-01-23 12:00:36 UTC) #2
danilchap
https://codereview.webrtc.org/2649913002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2649913002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode207 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:207: fec_bitrate_.Update(packet_length, clock_->TimeInMilliseconds()); add/extend a unittest for this.
3 years, 11 months ago (2017-01-23 12:42:39 UTC) #7
brandtr
https://codereview.webrtc.org/2649913002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2649913002/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode207 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:207: fec_bitrate_.Update(packet_length, clock_->TimeInMilliseconds()); On 2017/01/23 12:42:39, danilchap wrote: > add/extend ...
3 years, 11 months ago (2017-01-24 09:42:27 UTC) #8
danilchap
lgtm https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode922 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:922: .WillRepeatedly(testing::Return()); if it doesn't matter how many times ...
3 years, 11 months ago (2017-01-24 09:56:27 UTC) #9
brandtr
https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode922 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:922: .WillRepeatedly(testing::Return()); On 2017/01/24 09:56:27, danilchap wrote: > if it ...
3 years, 11 months ago (2017-01-24 10:28:13 UTC) #11
danilchap
https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc (right): https://codereview.webrtc.org/2649913002/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc#newcode933 webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc:933: EXPECT_EQ(static_cast<uint32_t>(10 * 8 * kPacketLength / 0.101f), On 2017/01/24 ...
3 years, 11 months ago (2017-01-24 10:35:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2649913002/60001
3 years, 11 months ago (2017-01-24 11:26:49 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 12:06:14 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/81eab61172a1f509f775ee369...

Powered by Google App Engine
This is Rietveld 408576698