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

Issue 2739073003: Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (Closed)

Created:
3 years, 9 months ago by oprypin_webrtc
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, Andrew MacDonald, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, sdk-team_agora.io, peah-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #1 id:1 of https://codereview.webrtc.org/2739143002/ ) Reason for revert: Can reland it if backwards compatible API is kept. Original issue's description: > Revert of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #4 id:180001 of https://codereview.webrtc.org/2683033004/ ) > > Reason for revert: > The API change in audio/utility/audio_frame_operations.h caused breakage. Need to keep backward-compatible API. > > Original issue's description: > > Enable cpplint and fix cpplint errors in webrtc/*audio > > > > Change usage accordingly throughout the codebase > > > > BUG=webrtc:5268 > > > > TESTED=Fixed issues reported by: > > find webrtc/*audio -type f -name *.cc -o -name *.h | xargs cpplint.py > > > > Review-Url: https://codereview.webrtc.org/2683033004 > > Cr-Commit-Position: refs/heads/master@{#17133} > > Committed: https://chromium.googlesource.com/external/webrtc/+/aebe55ca6c2f725c81031722badb297a2fb1d331 > > TBR=henrika@webrtc.org,henrik.lundin@webrtc.org,kwiberg@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5268 > > Review-Url: https://codereview.webrtc.org/2739143002 > Cr-Commit-Position: refs/heads/master@{#17138} > Committed: https://chromium.googlesource.com/external/webrtc/+/e47c1d3ca172e5ea84e59c1e88dbe25664664e54 TBR=henrika@webrtc.org,henrik.lundin@webrtc.org,kwiberg@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. BUG=webrtc:5268 Review-Url: https://codereview.webrtc.org/2739073003 Cr-Commit-Position: refs/heads/master@{#17144} Committed: https://chromium.googlesource.com/external/webrtc/+/67fdb80837eca3e48445cc3e80dcee86d144096e

Patch Set 1 #

Patch Set 2 : Keep the existing method signature for Scale, ScaleWithSat #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1034 lines, -1080 lines) Patch
M PRESUBMIT.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/audio/audio_transport_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/audio/utility/audio_frame_operations.h View 1 1 chunk +12 lines, -2 lines 0 comments Download
M webrtc/audio/utility/audio_frame_operations.cc View 1 1 chunk +12 lines, -12 lines 0 comments Download
M webrtc/audio/utility/audio_frame_operations_unittest.cc View 1 5 chunks +10 lines, -10 lines 0 comments Download
M webrtc/common_audio/audio_converter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/audio_converter.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/common_audio/blocker.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/channel_buffer.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/include/audio_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/common_audio/lapped_transform.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/common_audio/real_fourier.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/include/resampler.h View 1 2 chunks +65 lines, -68 lines 0 comments Download
M webrtc/common_audio/resampler/push_resampler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/common_audio/resampler/resampler.cc View 1 1 chunk +832 lines, -888 lines 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/common_audio/ring_buffer_unittest.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/common_audio/signal_processing/include/signal_processing_library.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/common_audio/signal_processing/include/spl_inl.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/common_audio/signal_processing/include/spl_inl_armv7.h View 1 4 chunks +5 lines, -7 lines 0 comments Download
M webrtc/common_audio/signal_processing/include/spl_inl_mips.h View 1 13 chunks +15 lines, -27 lines 0 comments Download
M webrtc/common_audio/signal_processing/real_fft_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/common_audio/signal_processing/resample_by_2_internal.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/common_audio/signal_processing/signal_processing_unittest.cc View 1 4 chunks +10 lines, -8 lines 0 comments Download
M webrtc/common_audio/vad/vad_core.h View 1 3 chunks +2 lines, -5 lines 0 comments Download
M webrtc/common_audio/vad/vad_core_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/common_audio/vad/vad_filterbank_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/common_audio/vad/vad_gmm_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/common_audio/vad/vad_sp_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/common_audio/vad/vad_unittest.h View 1 3 chunks +7 lines, -5 lines 0 comments Download
M webrtc/common_audio/vad/vad_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (17 generated)
oprypin_webrtc
Created Reland of Enable cpplint and fix cpplint errors in webrtc/*audio
3 years, 9 months ago (2017-03-09 10:52:46 UTC) #1
oprypin_webrtc
Please review this reland with an additional change to webrtc/audio/utility/audio_frame_operations.h which keeps backwards compatible signatures. ...
3 years, 9 months ago (2017-03-09 11:02:26 UTC) #11
henrika_webrtc
LGTM
3 years, 9 months ago (2017-03-09 11:28:04 UTC) #17
hlundin-webrtc
lgtm
3 years, 9 months ago (2017-03-09 13:50:36 UTC) #18
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/2739073003/280003
3 years, 9 months ago (2017-03-09 14:22:29 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-03-09 14:25:11 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:280003) as
https://chromium.googlesource.com/external/webrtc/+/67fdb80837eca3e48445cc3e8...

Powered by Google App Engine
This is Rietveld 408576698