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

Issue 2384073002: reflow comments in platform/audio (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
dcheng, Raymond Toy
CC:
Raymond Toy, blink-reviews, chromium-reviews, hongchan, kinuko+fileapi, nhiroki, tzik
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in platform/audio BUG=563793 Committed: https://crrev.com/4a8a7ad6155544b087fdedff4bcb4e4a5a35bbd1 Cr-Commit-Position: refs/heads/master@{#422366}

Patch Set 1 #

Total comments: 21

Patch Set 2 : comments (heh!) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+858 lines, -607 lines) Patch
M third_party/WebKit/Source/platform/audio/AudioArray.h View 1 2 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.h View 5 chunks +24 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioBus.cpp View 1 4 chunks +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioChannel.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernel.h View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.h View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp View 4 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp View 2 chunks +14 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.h View 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.cpp View 3 chunks +14 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFIFO.h View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFIFO.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioFileReader.h View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioIOCallback.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioProcessor.h View 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioPullFIFO.h View 1 chunk +14 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.h View 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResampler.cpp View 3 chunks +17 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h View 3 chunks +24 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp View 4 chunks +22 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioSourceProvider.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioSourceProviderClient.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.h View 1 3 chunks +15 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioUtilities.cpp View 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Biquad.cpp View 1 3 chunks +13 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DenormalDisabler.h View 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DirectConvolver.cpp View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Distance.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/DownSampler.cpp View 1 4 chunks +14 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp View 3 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp View 10 chunks +26 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/EqualPowerPanner.h View 1 chunk +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp View 3 chunks +23 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTConvolver.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.h View 2 chunks +11 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/FFTFrame.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabase.h View 1 2 chunks +8 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.h View 4 chunks +11 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.h View 3 chunks +16 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFElevation.cpp View 4 chunks +15 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.h View 2 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFKernel.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFPanner.h View 3 chunks +27 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/HRTFPanner.cpp View 11 chunks +49 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/IIRFilter.h View 2 chunks +16 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/IIRFilter.cpp View 6 chunks +22 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp View 1 5 chunks +22 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.h View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/Reverb.cpp View 6 chunks +15 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h View 2 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.h View 2 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp View 6 chunks +35 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h View 2 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp View 4 chunks +13 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h View 2 chunks +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.h View 3 chunks +13 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/SincResampler.cpp View 1 6 chunks +33 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.h View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/UpSampler.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.h View 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/VectorMath.cpp View 10 chunks +31 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp View 4 chunks +11 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/audio/mac/FFTFrameMac.cpp View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
Nico
4 years, 2 months ago (2016-10-03 00:11:58 UTC) #4
dcheng
LGTM with some nits https://codereview.chromium.org/2384073002/diff/1/third_party/WebKit/Source/platform/audio/AudioArray.h File third_party/WebKit/Source/platform/audio/AudioArray.h (right): https://codereview.chromium.org/2384073002/diff/1/third_party/WebKit/Source/platform/audio/AudioArray.h#newcode99 third_party/WebKit/Source/platform/audio/AudioArray.h:99: // first alignment failure. Nit: ...
4 years, 2 months ago (2016-10-03 01:21:04 UTC) #7
Nico
Thanks! Kind of scary how much of these I missed, even though I tried pretty ...
4 years, 2 months ago (2016-10-03 02:15:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2384073002/20001
4 years, 2 months ago (2016-10-03 02:15:43 UTC) #11
Raymond Toy
Will this cause merge conflicts for CLs that are in progress?
4 years, 2 months ago (2016-10-03 02:36:40 UTC) #13
Nico
On 2016/10/03 02:36:40, Raymond Toy wrote: > Will this cause merge conflicts for CLs that ...
4 years, 2 months ago (2016-10-03 02:50:23 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-03 03:42:16 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 03:47:12 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4a8a7ad6155544b087fdedff4bcb4e4a5a35bbd1
Cr-Commit-Position: refs/heads/master@{#422366}

Powered by Google App Engine
This is Rietveld 408576698