Support VP8 HW decoding on devices with Exynos codec.

R=wzh@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/33099004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@8160 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
glaznev@webrtc.org 2015-01-26 23:07:19 +00:00
parent df9a41d270
commit 8501ee632b

View File

@ -67,7 +67,7 @@ class MediaCodecVideoDecoder {
private static final String VP8_MIME_TYPE = "video/x-vnd.on2.vp8";
// List of supported HW VP8 decoders.
private static final String[] supportedHwCodecPrefixes =
{"OMX.qcom.", "OMX.Nvidia." };
{"OMX.qcom.", "OMX.Nvidia.", "OMX.Exynos." };
// List of supported SW VP8 decoders.
private static final String[] supportedSwCodecPrefixes =
{"OMX.google."};