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:
parent
df9a41d270
commit
8501ee632b
@ -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."};
|
||||
|
Loading…
x
Reference in New Issue
Block a user