Enable HW H.264 decoding on Intel platforms.
R=wzh@webrtc.org Review URL: https://codereview.webrtc.org/1274133003 . Cr-Commit-Position: refs/heads/master@{#9686}
This commit is contained in:
parent
8381b37488
commit
0482dcc873
@ -74,7 +74,7 @@ public class MediaCodecVideoDecoder {
|
||||
{"OMX.qcom.", "OMX.Nvidia.", "OMX.Exynos.", "OMX.Intel." };
|
||||
// List of supported HW H.264 decoders.
|
||||
private static final String[] supportedH264HwCodecPrefixes =
|
||||
{"OMX.qcom." };
|
||||
{"OMX.qcom.", "OMX.Intel." };
|
||||
// NV12 color format supported by QCOM codec, but not declared in MediaCodec -
|
||||
// see /hardware/qcom/media/mm-core/inc/OMX_QCOMExtns.h
|
||||
private static final int
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user