Enable Amlogic and Rockchip decoders for HEVC

This commit is contained in:
Cameron Gutman 2015-12-16 18:46:37 -08:00
parent 8c221bd786
commit 0e21d5e166

View File

@ -79,6 +79,8 @@ public class MediaCodecHelper {
whitelistedHevcDecoders.add("omx.qcom");
whitelistedHevcDecoders.add("omx.nvidia");
whitelistedHevcDecoders.add("omx.mtk");
whitelistedHevcDecoders.add("omx.amlogic");
whitelistedHevcDecoders.add("omx.rk");
}
private static boolean isDecoderInList(List<String> decoderList, String decoderName) {