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:
@ -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." };
|
||||
|
||||
Reference in New Issue
Block a user