forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only increase audio queue capacity once per underflow
Underflow may manifest as a partial render (provide some frames, but less than requested) followed by an empty render (provide no frames). This should not increase the queue size twice back to back. Any increase to the queue size should only occur once the renderer has refilled to the current size and again underflowed (demonstrating that the size may not have been enough). Bug: 713540 Change-Id: I752d6b027b9ae39a29c5a4a451e0fe55b7bfa146 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671900 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#672375}
- Loading branch information
1 parent
e50b416
commit 28f1359
Showing
2 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters