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

Issue 529223003: IPC to pass media data using a lock free circular fifo. (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

IPC to pass media data using a lock free circular fifo. BUG=408189 Committed: https://crrev.com/17c61fd9779a3b83bea17b5989335130a108c269 Cr-Commit-Position: refs/heads/master@{#293451}

Patch Set 1 #

Patch Set 2 : Unit test improvement. #

Total comments: 10

Patch Set 3 : Add more comments. #

Total comments: 2

Patch Set 4 : Fix acquire release model after TSAN analysis. #

Patch Set 5 : Fix GYP file order. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1387 lines, -5 lines) Patch
A chromecast/media/cma/ipc/media_memory_chunk.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A + chromecast/media/cma/ipc/media_memory_chunk.cc View 1 2 3 4 5 1 chunk +2 lines, -5 lines 0 comments Download
A chromecast/media/cma/ipc/media_message.h View 1 chunk +165 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message.cc View 1 chunk +198 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message_fifo.h View 1 2 1 chunk +208 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message_fifo.cc View 1 2 3 1 chunk +401 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message_fifo_unittest.cc View 1 2 3 1 chunk +195 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message_type.h View 1 chunk +15 lines, -0 lines 0 comments Download
A chromecast/media/cma/ipc/media_message_unittest.cc View 1 chunk +146 lines, -0 lines 0 comments Download
M chromecast/media/media.gyp View 1 2 3 4 5 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
damienv1
Please take a look. Thanks !
6 years, 3 months ago (2014-09-02 23:39:16 UTC) #2
xhwang
It'd be nice if you could provide more big picture documentation on how the FIFO ...
6 years, 3 months ago (2014-09-03 17:40:33 UTC) #3
damienv1
I added more comments on the media message fifo on how to use it (note ...
6 years, 3 months ago (2014-09-03 23:59:06 UTC) #4
lcwu1
lgtm https://codereview.chromium.org/529223003/diff/40001/chromecast/media/media.gyp File chromecast/media/media.gyp (right): https://codereview.chromium.org/529223003/diff/40001/chromecast/media/media.gyp#newcode64 chromecast/media/media.gyp:64: 'cma/ipc/media_message_fifo_unittest.cc', nit: not in alphabetical order.
6 years, 3 months ago (2014-09-04 01:21:52 UTC) #5
damienv1
https://codereview.chromium.org/529223003/diff/40001/chromecast/media/media.gyp File chromecast/media/media.gyp (right): https://codereview.chromium.org/529223003/diff/40001/chromecast/media/media.gyp#newcode64 chromecast/media/media.gyp:64: 'cma/ipc/media_message_fifo_unittest.cc', On 2014/09/04 01:21:52, lcwu1 wrote: > nit: not ...
6 years, 3 months ago (2014-09-04 15:55:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/damienv@chromium.org/529223003/100001
6 years, 3 months ago (2014-09-05 02:40:53 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:100001) as da3e8707ecf8b01d35daf4008ca98e7de3d8294c
6 years, 3 months ago (2014-09-05 05:16:14 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:37:12 UTC) #10
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/17c61fd9779a3b83bea17b5989335130a108c269
Cr-Commit-Position: refs/heads/master@{#293451}

Powered by Google App Engine
This is Rietveld 408576698