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

Issue 557333003: Audio/video data streaming over shared memory. (Closed)

Created:
6 years, 3 months ago by damienv1
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Audio/video data streaming over shared memory. BUG=408189 Committed: https://crrev.com/8abccfdebebc44e9e7301da87ac99e13503f7dce Cr-Commit-Position: refs/heads/master@{#294391}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address CR comments from patch set #1. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1103 lines, -34 lines) Patch
A chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.cc View 1 chunk +70 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/av_streamer_proxy.h View 1 chunk +88 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc View 1 chunk +200 lines, -0 lines 0 comments Download
A + chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc View 1 6 chunks +100 lines, -34 lines 1 comment Download
A chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h View 1 chunk +61 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/coded_frame_provider_host.cc View 1 1 chunk +96 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc View 1 chunk +161 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/decrypt_config_marshaller.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/decrypt_config_marshaller.cc View 1 chunk +75 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/video_decoder_config_marshaller.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc_streamer/video_decoder_config_marshaller.cc View 1 chunk +113 lines, -0 lines 0 comments Download
M chromecast/media/media.gyp View 3 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
damienv1
PTAL. Thanks !
6 years, 3 months ago (2014-09-10 16:18:44 UTC) #2
gunsch
A few largely stylistic comments, overall structure OK https://codereview.chromium.org/557333003/diff/1/chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h File chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h (right): https://codereview.chromium.org/557333003/diff/1/chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h#newcode14 chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h:14: class ...
6 years, 3 months ago (2014-09-10 18:51:38 UTC) #3
damienv1
https://codereview.chromium.org/557333003/diff/1/chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h File chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h (right): https://codereview.chromium.org/557333003/diff/1/chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h#newcode14 chromecast/media/cma/ipc_streamer/audio_decoder_config_marshaller.h:14: class AudioDecoderConfigMarshaller { On 2014/09/10 18:51:37, gunsch wrote: > ...
6 years, 3 months ago (2014-09-10 21:24:55 UTC) #4
damienv1
PTAL. Thanks !
6 years, 3 months ago (2014-09-11 00:59:00 UTC) #5
lcwu1
lgtm
6 years, 3 months ago (2014-09-11 02:35:59 UTC) #6
gunsch
On 2014/09/11 02:35:59, lcwu1 wrote: > lgtm lgtm
6 years, 3 months ago (2014-09-11 03:09:48 UTC) #7
gunsch
https://codereview.chromium.org/557333003/diff/20001/chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc File chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc (left): https://codereview.chromium.org/557333003/diff/20001/chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc#oldcode62 chromecast/media/cma/ipc_streamer/av_streamer_unittest.cc:62: DCHECK_GE(frame_count, 1u); Nit: I realize it's not this CL, ...
6 years, 3 months ago (2014-09-11 03:09:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/557333003/20001
6 years, 3 months ago (2014-09-11 15:09:38 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 026e2c4996d40e13955bfe46eb52d1f7f4e21cd4
6 years, 3 months ago (2014-09-11 15:37:48 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-11 15:48:23 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8abccfdebebc44e9e7301da87ac99e13503f7dce
Cr-Commit-Position: refs/heads/master@{#294391}

Powered by Google App Engine
This is Rietveld 408576698