This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong selection of VP8 video decoder on some Samsung devices.
- Create HW decoder using first codec in MediaCoedcList instead of using createDecoderByType function. Later may result in opening OMX.SEC.vp8.dec decoder, which can not be used for surface decoding. - Revert r279297 and mark all OMX.SEC.* codecs as non HW accelerated. BUG=408353, 396578 TBR=qinmin@chromium.org Review URL: https://codereview.chromium.org/605883002 Cr-Commit-Position: refs/heads/master@{#297667} (cherry picked from commit 6e86e4f) Review URL: https://codereview.chromium.org/666953003 Cr-Commit-Position: refs/branch-heads/2171@{#190} Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
- Loading branch information
Victoria Kirst
committed
Oct 20, 2014
1 parent
274aa5b
commit c1bc792
Showing
3 changed files
with
76 additions
and
11 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