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

Issue 2763503002: Move HalfFloatMaker to media (Closed)

Created:
3 years, 9 months ago by Uzair
Modified:
3 years, 9 months ago
Reviewers:
a.suchit2, danakj, hubbe, Chandan
CC:
chromium-reviews, posciak+watch_chromium.org, feature-media-reviews_chromium.org, cc-bugs_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move HalfFloatMaker to media This commit moves HalfFloatMaker and its implementation from cc/resources to media/video. BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2763503002 Cr-Commit-Position: refs/heads/master@{#459716} Committed: https://chromium.googlesource.com/chromium/src/+/76a24849ff7e58c331cfdf9fcac20db78d661669

Patch Set 1 #

Patch Set 2 : y #

Patch Set 3 : Move HalfFloatMaker to media #

Patch Set 4 : Moved HalffloatMaker Implemenation to media #

Patch Set 5 : Moved HalffloatMaker and its implementation from cc to media #

Total comments: 6

Patch Set 6 : Move HalfFloatMaker to media #

Patch Set 7 : Updated video_resource_updater_unittest.cc #

Patch Set 8 : Moved #include "half_float_maker.h" to video_resource_updater.cc #

Total comments: 8

Patch Set 9 : Moved HalfFloatMaker unit test to media #

Total comments: 2

Patch Set 10 : Edited comment for class HalfFloatMaker_libyuv #

Patch Set 11 : Added math.h in half_float_maker_unittest.cc for POW undefined error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -165 lines) Patch
M cc/resources/video_resource_updater.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -22 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 3 4 5 6 7 4 chunks +5 lines, -86 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -57 lines 0 comments Download
M media/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
A media/video/half_float_maker.h View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
A media/video/half_float_maker.cc View 1 2 3 4 5 6 7 8 9 1 chunk +91 lines, -0 lines 0 comments Download
A media/video/half_float_maker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (15 generated)
Uzair
On 2017/03/20 05:51:50, Uzair wrote: > mailto:uzair.jaleel@samsung.com changed reviewers: > + mailto:a.suchit@chromium.org, mailto:c.padhi@samsung.com, mailto:hubbe@chromium.org Dear ...
3 years, 9 months ago (2017-03-20 05:53:37 UTC) #4
Uzair
On 2017/03/20 05:53:37, Uzair wrote: > On 2017/03/20 05:51:50, Uzair wrote: > > mailto:uzair.jaleel@samsung.com changed ...
3 years, 9 months ago (2017-03-21 04:47:20 UTC) #5
a.suchit2
Peer review LGTM
3 years, 9 months ago (2017-03-21 10:24:22 UTC) #6
a.suchit2
No need to mentioned that it is todo in description. It would be checked by ...
3 years, 9 months ago (2017-03-21 10:36:14 UTC) #7
a.suchit2
No need to mentioned that it is todo in description. It would be checked by ...
3 years, 9 months ago (2017-03-21 10:36:16 UTC) #8
hubbe
On 2017/03/21 10:36:16, a.suchit2 wrote: > No need to mentioned that it is todo in ...
3 years, 9 months ago (2017-03-21 17:22:51 UTC) #9
Uzair
On 2017/03/21 17:22:51, hubbe wrote: > On 2017/03/21 10:36:16, a.suchit2 wrote: > > No need ...
3 years, 9 months ago (2017-03-22 12:39:47 UTC) #11
harryclone93
The HalfFloatMaker is really help me to move medias.I use this HalfFloatMaker to my website ...
3 years, 9 months ago (2017-03-22 12:48:33 UTC) #12
hubbe
https://codereview.chromium.org/2763503002/diff/80001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2763503002/diff/80001/cc/resources/video_resource_updater.cc#newcode301 cc/resources/video_resource_updater.cc:301: std::unique_ptr<media::HalfFloatMaker> VideoResourceUpdater::NewHalfFloatMaker( Move this function to media https://codereview.chromium.org/2763503002/diff/80001/cc/resources/video_resource_updater.cc#newcode464 cc/resources/video_resource_updater.cc:464: ...
3 years, 9 months ago (2017-03-22 17:48:22 UTC) #13
Uzair
Done. PTAL https://codereview.chromium.org/2763503002/diff/80001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2763503002/diff/80001/cc/resources/video_resource_updater.cc#newcode301 cc/resources/video_resource_updater.cc:301: std::unique_ptr<media::HalfFloatMaker> VideoResourceUpdater::NewHalfFloatMaker( On 2017/03/22 17:48:22, hubbe wrote: ...
3 years, 9 months ago (2017-03-23 07:13:30 UTC) #14
hubbe
Almost there... https://codereview.chromium.org/2763503002/diff/140001/cc/resources/video_resource_updater_unittest.cc File cc/resources/video_resource_updater_unittest.cc (right): https://codereview.chromium.org/2763503002/diff/140001/cc/resources/video_resource_updater_unittest.cc#newcode543 cc/resources/video_resource_updater_unittest.cc:543: TEST_F(VideoResourceUpdaterTest, MakeHalfFloatTest) { Move this test to ...
3 years, 9 months ago (2017-03-23 17:46:12 UTC) #16
Uzair
Done. PTAL https://codereview.chromium.org/2763503002/diff/140001/cc/resources/video_resource_updater_unittest.cc File cc/resources/video_resource_updater_unittest.cc (right): https://codereview.chromium.org/2763503002/diff/140001/cc/resources/video_resource_updater_unittest.cc#newcode543 cc/resources/video_resource_updater_unittest.cc:543: TEST_F(VideoResourceUpdaterTest, MakeHalfFloatTest) { On 2017/03/23 17:46:11, hubbe ...
3 years, 9 months ago (2017-03-24 05:39:08 UTC) #17
hubbe
lgtm https://codereview.chromium.org/2763503002/diff/160001/media/video/half_float_maker.cc File media/video/half_float_maker.cc (right): https://codereview.chromium.org/2763503002/diff/160001/media/video/half_float_maker.cc#newcode46 media/video/half_float_maker.cc:46: // Convert plane of 16 bit shorts to ...
3 years, 9 months ago (2017-03-24 17:26:16 UTC) #19
danakj
cc LGTM
3 years, 9 months ago (2017-03-24 17:29:48 UTC) #20
Uzair
Done https://codereview.chromium.org/2763503002/diff/160001/media/video/half_float_maker.cc File media/video/half_float_maker.cc (right): https://codereview.chromium.org/2763503002/diff/160001/media/video/half_float_maker.cc#newcode46 media/video/half_float_maker.cc:46: // Convert plane of 16 bit shorts to ...
3 years, 9 months ago (2017-03-27 04:28:49 UTC) #21
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/2763503002/180001
3 years, 9 months ago (2017-03-27 04:29:50 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/39864)
3 years, 9 months ago (2017-03-27 04:40:11 UTC) #26
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/2763503002/200001
3 years, 9 months ago (2017-03-27 05:04:01 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/180246)
3 years, 9 months ago (2017-03-27 06:46:11 UTC) #31
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/2763503002/200001
3 years, 9 months ago (2017-03-27 07:08:29 UTC) #33
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 07:55:46 UTC) #36
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/chromium/src/+/76a24849ff7e58c331cfdf9fcac2...

Powered by Google App Engine
This is Rietveld 408576698