Enable VP9 HW decoder on Exynos chips.

R=wzh@webrtc.org

Review URL: https://codereview.webrtc.org/1466543002 .

Cr-Commit-Position: refs/heads/master@{#10720}
This commit is contained in:
Alex Glaznev
2015-11-19 15:56:11 -08:00
parent 7593aad163
commit 17c0aff9ea

View File

@ -85,7 +85,7 @@ public class MediaCodecVideoDecoder {
{"OMX.qcom.", "OMX.Nvidia.", "OMX.Exynos.", "OMX.Intel." };
// List of supported HW VP9 decoders.
private static final String[] supportedVp9HwCodecPrefixes =
{"OMX.qcom."};
{"OMX.qcom.", "OMX.Exynos." };
// List of supported HW H.264 decoders.
private static final String[] supportedH264HwCodecPrefixes =
{"OMX.qcom.", "OMX.Intel." };