forked from chromium/chromium
-
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.
Add feature to disable decoder prioritization
By default, `media::DecoderSelector` uses a decoder prioritization function that tries to balance power and performance with a resolution -based hardware decoder cutoff. This CL adds a default-disabled feature to instead use a function that prioritizes nothing, which is useful for testing. Bug: 684792 Change-Id: Iac0dc0e12fd9f5a41f344eefcbe002b4a1e84724 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278702 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#785868}
- Loading branch information
1 parent
9b78d2a
commit c72a4bf
Showing
3 changed files
with
22 additions
and
8 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
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