Add Moto C+ to surface switching workaround.
Issue:#3835 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185501181
This commit is contained in:
parent
4cb2d255ab
commit
51a88ac59d
@ -1091,7 +1091,8 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||||||
&& "OMX.qcom.video.decoder.avc".equals(name))
|
&& "OMX.qcom.video.decoder.avc".equals(name))
|
||||||
|| (("tcl_eu".equals(Util.DEVICE)
|
|| (("tcl_eu".equals(Util.DEVICE)
|
||||||
|| "SVP-DTV15".equals(Util.DEVICE)
|
|| "SVP-DTV15".equals(Util.DEVICE)
|
||||||
|| "BRAVIA_ATV2".equals(Util.DEVICE))
|
|| "BRAVIA_ATV2".equals(Util.DEVICE)
|
||||||
|
|| "panell_s".equals(Util.DEVICE))
|
||||||
&& "OMX.MTK.VIDEO.DECODER.AVC".equals(name))
|
&& "OMX.MTK.VIDEO.DECODER.AVC".equals(name))
|
||||||
|| ("OMX.k3.video.decoder.avc".equals(name) && "ALE-L21".equals(Util.MODEL));
|
|| ("OMX.k3.video.decoder.avc".equals(name) && "ALE-L21".equals(Util.MODEL));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user