commit | f995d3596b3413eeaa91d14fa7dfccb65f6ecd5e | [log] [tgz] |
---|---|---|
author | Qiu Jianlin <jianlin.qiu@intel.com> | Thu Sep 12 01:49:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 01:49:05 2024 |
tree | 84bfcb3c5c33ea413411ba475c6845278f6395f2 | |
parent | 0dfa0868aa787cf6d8a32fca83e37ea422b1d0b4 [diff] |
Do not reuse idle streams for offload streams on Windows. Those idle streams are associated with audio clients configured for non-offload mode, while offload stream uses per-output-param client settings, so we cannot reuse them. Also when there is mismatch of frames_per_buffer of incoming request compared to client setting, fallback from offload mode to non-offload low latency mode on Windows. Bug: 348468130 Change-Id: I784713c9663f9567378754da55a714f54d739d39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5835189 Commit-Queue: Jianlin Qiu <jianlin.qiu@intel.com> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/main@{#1354312}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.