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

Issue 2273353002: Style fixes in FecReceiver and ProducerFec unit tests. (pt. 7) (Closed)

Created:
4 years, 3 months ago by brandtr
Modified:
4 years, 2 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@rename_frame_generator_to_ulpfec_packet_generator
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Style fixes in FecReceiver and ProducerFec unit tests. - Change some types to size_t. - Update parameter ordering. - Run 'git cl format' - Moved 'using declarations' into unnamed namespaces. - Removed "::webrtc::" prefix from some using declarations. BUG=webrtc:5654 Committed: https://crrev.com/71ca74798af8fd33a55ddd462945289b920103f2 Cr-Commit-Position: refs/heads/master@{#14475}

Patch Set 1 : Style fixes to FecReceiver and ProducerFec. #

Patch Set 2 : Rebase. #

Patch Set 3 : Rebase. #

Total comments: 12

Patch Set 4 : Review response 1. #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase. #

Patch Set 7 : Changes due to feedback from https://codereview.webrtc.org/2276473002/. #

Patch Set 8 : Rebase. #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -84 lines) Patch
M webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc View 1 2 3 4 5 6 7 8 13 chunks +66 lines, -65 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +17 lines, -15 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (14 generated)
brandtr
Rebase.
4 years, 3 months ago (2016-08-30 07:15:36 UTC) #5
brandtr
Rebase.
4 years, 3 months ago (2016-09-02 09:43:06 UTC) #7
brandtr
PTAL at this minor cleanup. https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc File webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc (right): https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc#newcode107 webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc:107: constexpr size_t kNumFecPackets = ...
4 years, 3 months ago (2016-09-05 12:20:43 UTC) #9
danilchap
https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc File webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc (right): https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc#newcode68 webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc:68: void VerifyReconstructedMediaPacket(const RawRtpPacket* packet, may be const& since it ...
4 years, 3 months ago (2016-09-05 13:03:33 UTC) #10
brandtr
Rebase
4 years, 3 months ago (2016-09-05 14:17:19 UTC) #12
brandtr
Thanks for quick feedback! https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc File webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc (right): https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc#newcode68 webrtc/modules/rtp_rtcp/source/fec_receiver_unittest.cc:68: void VerifyReconstructedMediaPacket(const RawRtpPacket* packet, On ...
4 years, 3 months ago (2016-09-05 14:20:49 UTC) #14
brandtr
https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc File webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc (right): https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc#newcode34 webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc:34: uint8_t red_payload_type, On 2016/09/05 14:20:49, brandtr wrote: > On ...
4 years, 3 months ago (2016-09-06 08:09:36 UTC) #15
danilchap
On 2016/09/06 08:09:36, brandtr wrote: > https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc > File webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc (right): > > https://codereview.webrtc.org/2273353002/diff/60001/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc#newcode34 > ...
4 years, 3 months ago (2016-09-06 08:13:53 UTC) #16
brandtr
Agree. I will anyway change (or at least rename) that function when I hook up ...
4 years, 3 months ago (2016-09-06 08:18:32 UTC) #17
brandtr
Rebase.
4 years, 3 months ago (2016-09-06 14:36:45 UTC) #18
brandtr
Rebase.
4 years, 3 months ago (2016-09-21 10:52:17 UTC) #20
danilchap
lgtm
4 years, 3 months ago (2016-09-21 16:06:27 UTC) #22
brandtr
Rebase.
4 years, 2 months ago (2016-09-27 08:20:58 UTC) #23
brandtr
Rebase.
4 years, 2 months ago (2016-09-30 13:12:56 UTC) #24
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/2273353002/220001
4 years, 2 months ago (2016-10-03 12:01:35 UTC) #27
commit-bot: I haz the power
Committed patchset #9 (id:220001)
4 years, 2 months ago (2016-10-03 12:11:29 UTC) #29
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 12:11:40 UTC) #31
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/71ca74798af8fd33a55ddd462945289b920103f2
Cr-Commit-Position: refs/heads/master@{#14475}

Powered by Google App Engine
This is Rietveld 408576698