IPC to pass media data using a lock free circular fifo.
commit17c61fd9779a3b83bea17b5989335130a108c269
authordamienv <damienv@chromium.org>
Fri, 5 Sep 2014 05:15:34 +0000 (4 22:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Sep 2014 05:17:27 +0000 (5 05:17 +0000)
treec18eba4893634a1aaaa3609171a672dcd03c8f04
parente8dea07883cf5cb9efa4c083495dd3de4abf3e14
IPC to pass media data using a lock free circular fifo.

BUG=408189

Review URL: https://codereview.chromium.org/529223003

Cr-Commit-Position: refs/heads/master@{#293451}
chromecast/media/cma/ipc/media_memory_chunk.cc [new file with mode: 0644]
chromecast/media/cma/ipc/media_memory_chunk.h [new file with mode: 0644]
chromecast/media/cma/ipc/media_message.cc [new file with mode: 0644]
chromecast/media/cma/ipc/media_message.h [new file with mode: 0644]
chromecast/media/cma/ipc/media_message_fifo.cc [new file with mode: 0644]
chromecast/media/cma/ipc/media_message_fifo.h [new file with mode: 0644]
chromecast/media/cma/ipc/media_message_fifo_unittest.cc [new file with mode: 0644]
chromecast/media/cma/ipc/media_message_type.h [new file with mode: 0644]
chromecast/media/cma/ipc/media_message_unittest.cc [new file with mode: 0644]
chromecast/media/media.gyp