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

Issue 622853002: Chromecast: adds interfaces for hardware layer of CMA pipeline. (Closed)

Created:
6 years, 2 months ago by gunsch
Modified:
6 years, 2 months ago
Reviewers:
lcwu1, damienv1
CC:
chromium-reviews, feature-media-reviews_chromium.org, lcwu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@cma-decrypt-context
Project:
chromium
Visibility:
Public.

Description

Chromecast: adds interfaces for hardware layer of CMA pipeline. R=damienv@chromium.org,lcwu@chromium.org BUG=408189 Committed: https://crrev.com/6346166732c9bf991694d968742f352bac8445e9 Cr-Commit-Position: refs/heads/master@{#298350}

Patch Set 1 #

Patch Set 2 : deps alphabetize #

Patch Set 3 : rebased onto CMA testing CL #

Total comments: 16

Patch Set 4 : updates test, addresses damien's feedback #

Total comments: 40

Patch Set 5 : style feedback/fixes #

Total comments: 5

Patch Set 6 : damien comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1803 lines, -21 lines) Patch
M chromecast/media/base/decrypt_context_clearkey.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A chromecast/media/cma/backend/audio_pipeline_device.h View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A + chromecast/media/cma/backend/audio_pipeline_device.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc View 1 2 3 4 5 1 chunk +386 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_clock_device.h View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_clock_device.cc View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_component_device.h View 1 2 3 1 chunk +140 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_component_device.cc View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_pipeline_device.h View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A + chromecast/media/cma/backend/media_pipeline_device.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A chromecast/media/cma/backend/media_pipeline_device_fake.h View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_pipeline_device_fake.cc View 1 2 3 4 5 1 chunk +573 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_pipeline_device_fake_factory.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/media_pipeline_device_params.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A + chromecast/media/cma/backend/media_pipeline_device_params.cc View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
A chromecast/media/cma/backend/video_pipeline_device.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A + chromecast/media/cma/backend/video_pipeline_device.cc View 1 2 3 1 chunk +7 lines, -6 lines 0 comments Download
M chromecast/media/cma/test/frame_segmenter_for_test.cc View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download
A chromecast/media/cma/test/media_component_device_feeder_for_test.h View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
A chromecast/media/cma/test/media_component_device_feeder_for_test.cc View 1 2 3 4 1 chunk +131 lines, -0 lines 0 comments Download
M chromecast/media/media.gyp View 1 2 3 4 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
gunsch
PTAL, thanks!
6 years, 2 months ago (2014-10-02 16:19:18 UTC) #1
gunsch
On 2014/10/02 16:19:18, gunsch wrote: > PTAL, thanks! FYI: I took Damien's suggestion offline to ...
6 years, 2 months ago (2014-10-03 00:07:51 UTC) #2
gunsch
On 2014/10/03 00:07:51, gunsch wrote: > On 2014/10/02 16:19:18, gunsch wrote: > > PTAL, thanks! ...
6 years, 2 months ago (2014-10-03 16:31:53 UTC) #4
damienv1
https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_pipeline_device.cc File chromecast/media/cma/backend/audio_pipeline_device.cc (right): https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_pipeline_device.cc#newcode18 chromecast/media/cma/backend/audio_pipeline_device.cc:18: Remove last line. https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc File chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc (right): https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc#newcode3 chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc:3: ...
6 years, 2 months ago (2014-10-03 22:19:42 UTC) #5
gunsch
https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_pipeline_device.cc File chromecast/media/cma/backend/audio_pipeline_device.cc (right): https://codereview.chromium.org/622853002/diff/40001/chromecast/media/cma/backend/audio_pipeline_device.cc#newcode18 chromecast/media/cma/backend/audio_pipeline_device.cc:18: On 2014/10/03 22:19:41, damienv1 wrote: > Remove last line. ...
6 years, 2 months ago (2014-10-03 23:08:45 UTC) #6
damienv1
https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc File chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc (right): https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc#newcode76 chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc:76: bool raw_h264); nit: Could go on the previous line. ...
6 years, 2 months ago (2014-10-03 23:33:45 UTC) #7
damienv1
https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h File chromecast/media/cma/test/media_component_device_feeder_for_test.h (right): https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h#newcode24 chromecast/media/cma/test/media_component_device_feeder_for_test.h:24: typedef std::list<scoped_refptr<DecoderBufferBase> > FrameList; The name is different for ...
6 years, 2 months ago (2014-10-03 23:43:34 UTC) #8
gunsch
https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc File chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc (right): https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc#newcode76 chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc:76: bool raw_h264); On 2014/10/03 23:33:45, damienv1 wrote: > nit: ...
6 years, 2 months ago (2014-10-04 00:37:41 UTC) #9
damienv1
https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h File chromecast/media/cma/test/media_component_device_feeder_for_test.h (right): https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h#newcode43 chromecast/media/cma/test/media_component_device_feeder_for_test.h:43: void SetDelayedFeedPattern(const std::vector<base::TimeDelta>& pattern); On 2014/10/04 00:37:40, gunsch wrote: ...
6 years, 2 months ago (2014-10-06 17:00:24 UTC) #10
gunsch
https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h File chromecast/media/cma/test/media_component_device_feeder_for_test.h (right): https://codereview.chromium.org/622853002/diff/60001/chromecast/media/cma/test/media_component_device_feeder_for_test.h#newcode43 chromecast/media/cma/test/media_component_device_feeder_for_test.h:43: void SetDelayedFeedPattern(const std::vector<base::TimeDelta>& pattern); On 2014/10/06 17:00:23, damienv1 wrote: ...
6 years, 2 months ago (2014-10-06 17:19:51 UTC) #11
damienv1
lgtm
6 years, 2 months ago (2014-10-06 17:25:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/622853002/100001
6 years, 2 months ago (2014-10-06 17:40:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/622853002/100001
6 years, 2 months ago (2014-10-06 23:31:24 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 7cebb78b29a60554813b70083b73e8a55bb83397
6 years, 2 months ago (2014-10-07 03:29:34 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-07 03:30:25 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6346166732c9bf991694d968742f352bac8445e9
Cr-Commit-Position: refs/heads/master@{#298350}

Powered by Google App Engine
This is Rietveld 408576698