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

Issue 536843002: Change members's order and combine duplicated method for FFTFrame. (Closed)

Created:
6 years, 3 months ago by KhNo
Modified:
6 years, 3 months ago
Reviewers:
Raymond Toy
CC:
blink-reviews, Raymond Toy
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Change members's order and combine duplicated method for FFTFrame. realData, imagData are common members for all platform and solution. It doesn't need to be under each solution's macro. Then, additionally wrong style has been fixed. BUG=411127 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181442

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Separated using VectorMatch::vsmul from FFTFrameMac.cpp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -112 lines) Patch
M Source/platform/audio/FFTFrame.h View 3 chunks +19 lines, -44 lines 0 comments Download
M Source/platform/audio/FFTFrame.cpp View 1 chunk +4 lines, -5 lines 0 comments Download
M Source/platform/audio/FFTFrameStub.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
M Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp View 3 chunks +4 lines, -14 lines 0 comments Download
M Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp View 3 chunks +4 lines, -14 lines 0 comments Download
M Source/platform/audio/ipp/FFTFrameIPP.cpp View 3 chunks +2 lines, -12 lines 0 comments Download
M Source/platform/audio/mac/FFTFrameMac.cpp View 1 2 chunks +1 line, -11 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
KhNo
Hi, Raymond. I have updated FFTFrame files. 1. Removed duplicated and common method to out ...
6 years, 3 months ago (2014-09-03 09:24:37 UTC) #5
Raymond Toy
Looks good overall, but I think the change from vDSP_vsmul to VectorMath::vsmul is wrong. I ...
6 years, 3 months ago (2014-09-03 16:42:47 UTC) #6
KhNo
Please check my comment. https://codereview.chromium.org/536843002/diff/60001/Source/platform/audio/mac/FFTFrameMac.cpp File Source/platform/audio/mac/FFTFrameMac.cpp (left): https://codereview.chromium.org/536843002/diff/60001/Source/platform/audio/mac/FFTFrameMac.cpp#oldcode158 Source/platform/audio/mac/FFTFrameMac.cpp:158: return m_frame.realp; .realp and .imap ...
6 years, 3 months ago (2014-09-04 04:11:36 UTC) #7
Raymond Toy
Please file a bug on this as well. https://codereview.chromium.org/536843002/diff/60001/Source/platform/audio/mac/FFTFrameMac.cpp File Source/platform/audio/mac/FFTFrameMac.cpp (left): https://codereview.chromium.org/536843002/diff/60001/Source/platform/audio/mac/FFTFrameMac.cpp#oldcode158 Source/platform/audio/mac/FFTFrameMac.cpp:158: return ...
6 years, 3 months ago (2014-09-04 17:14:57 UTC) #8
KhNo
PTAL.
6 years, 3 months ago (2014-09-05 02:31:49 UTC) #9
Raymond Toy
LGTM Thanks for this nice clean up patch!
6 years, 3 months ago (2014-09-05 05:02:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keonho07.kim@samsung.com/536843002/80001
6 years, 3 months ago (2014-09-05 05:10:00 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-05 06:13:48 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:80001) as 181442

Powered by Google App Engine
This is Rietveld 408576698