commit | dc311da5024b9c2c259b54fd4bbae6209f4b4236 | [log] [tgz] |
---|---|---|
author | Ryan Keane <[email protected]> | Tue Dec 08 03:43:50 2020 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 08 03:43:50 2020 |
tree | 95b56733a2c93ffd5e5672cadf4cc44524749ad7 | |
parent | 15ab3759b600d356eefbd6b346c299d87b9e82ab [diff] |
[Cast] Add PushBufferQueue FIFO This CL defined the PushBufferQueue class, which sits in between the CmaBackendProxy (which feeds in data when it gets a PushBuffer command) and the CastAudioDecoderChannel (see https://chromium-review.googlesource.com/c/chromium/src/+/2509046) which pulls data out (via GetBufferData()). Bug: b/167426091 Change-Id: I7e155f4d121bef31855c48d2c7f037bafd626a20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509338 Commit-Queue: Ryan Keane <[email protected]> Reviewed-by: Daniel Nicoara <[email protected]> Reviewed-by: Yuchen Liu <[email protected]> Cr-Commit-Position: refs/heads/master@{#834551}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.