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

Issue 2805533005: Implement Mojo IPC for media::HDRMetadata (Closed)

Created:
3 years, 8 months ago by servolk
Modified:
3 years, 8 months ago
Reviewers:
Tom Sepez, xhwang, hubbe
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, alokp+watch_chromium.org, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement Mojo IPC for media::HDRMetadata BUG=708808 Review-Url: https://codereview.chromium.org/2805533005 Cr-Commit-Position: refs/heads/master@{#462952} Committed: https://chromium.googlesource.com/chromium/src/+/aec2cb67d84ba9aae398953fd8c2e0e707645e3a

Patch Set 1 #

Patch Set 2 : buildfix #

Total comments: 5

Patch Set 3 : fixed max_cll/max_fall values - they are unsigned integers #

Patch Set 4 : Add comments for max_cll and max_fall #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -0 lines) Patch
M media/base/hdr_metadata.h View 1 2 3 1 chunk +4 lines, -0 lines 1 comment Download
M media/mojo/common/media_type_converters.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M media/mojo/common/media_type_converters_unittest.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A media/mojo/interfaces/hdr_metadata.typemap View 1 chunk +11 lines, -0 lines 0 comments Download
A media/mojo/interfaces/hdr_metadata_struct_traits.h View 1 chunk +86 lines, -0 lines 0 comments Download
M media/mojo/interfaces/media_types.mojom View 2 chunks +22 lines, -0 lines 0 comments Download
M media/mojo/interfaces/media_types.typemap View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/interfaces/typemaps.gni View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (19 generated)
servolk
3 years, 8 months ago (2017-04-07 00:27:37 UTC) #5
xhwang
lgtm hubbe: please see my comments in this CL about HDRMetadata :) https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h File media/mojo/interfaces/hdr_metadata_struct_traits.h ...
3 years, 8 months ago (2017-04-07 16:24:47 UTC) #15
servolk
https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/media_types.mojom File media/mojo/interfaces/media_types.mojom (right): https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/media_types.mojom#newcode106 media/mojo/interfaces/media_types.mojom:106: uint32 max_cll; On 2017/04/07 16:24:47, xhwang_slow wrote: > +hubbe: ...
3 years, 8 months ago (2017-04-07 16:30:37 UTC) #16
xhwang
lgtm https://codereview.chromium.org/2805533005/diff/60001/media/base/hdr_metadata.h File media/base/hdr_metadata.h (right): https://codereview.chromium.org/2805533005/diff/60001/media/base/hdr_metadata.h#newcode50 media/base/hdr_metadata.h:50: unsigned max_fall = 0; Thank you for adding ...
3 years, 8 months ago (2017-04-07 16:46:05 UTC) #17
hubbe
https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h File media/mojo/interfaces/hdr_metadata_struct_traits.h (right): https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h#newcode21 media/mojo/interfaces/hdr_metadata_struct_traits.h:21: } On 2017/04/07 16:24:47, xhwang_slow wrote: > +hubbe: > ...
3 years, 8 months ago (2017-04-07 17:24:22 UTC) #18
Tom Sepez
lgtm
3 years, 8 months ago (2017-04-07 17:29:01 UTC) #19
xhwang
On 2017/04/07 17:24:22, hubbe wrote: > https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h > File media/mojo/interfaces/hdr_metadata_struct_traits.h (right): > > https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h#newcode21 > ...
3 years, 8 months ago (2017-04-07 17:42:09 UTC) #22
servolk
On 2017/04/07 17:42:09, xhwang_slow wrote: > On 2017/04/07 17:24:22, hubbe wrote: > > > https://codereview.chromium.org/2805533005/diff/20001/media/mojo/interfaces/hdr_metadata_struct_traits.h ...
3 years, 8 months ago (2017-04-07 17:46:50 UTC) #23
xhwang
On 2017/04/07 17:46:50, servolk wrote: > On 2017/04/07 17:42:09, xhwang_slow wrote: > > On 2017/04/07 ...
3 years, 8 months ago (2017-04-07 17:57:42 UTC) #24
servolk
On 2017/04/07 17:57:42, xhwang_slow wrote: > On 2017/04/07 17:46:50, servolk wrote: > > On 2017/04/07 ...
3 years, 8 months ago (2017-04-07 18:18:30 UTC) #25
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/2805533005/60001
3 years, 8 months ago (2017-04-07 18:19:30 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 19:16:29 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/aec2cb67d84ba9aae398953fd8c2...

Powered by Google App Engine
This is Rietveld 408576698