Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCL TVs need output surface workaround #3355

Closed
lkcanal opened this issue Oct 16, 2017 · 0 comments
Closed

TCL TVs need output surface workaround #3355

lkcanal opened this issue Oct 16, 2017 · 0 comments

Comments

@lkcanal
Copy link

lkcanal commented Oct 16, 2017

Hello,

I just wanted to share with everybody that TVs from TCL needs the output surface workaround.
(At least the tcl_eu model).

// Explayer 2.X - MediaCodecVideoRenderer class
private static boolean codecNeedsSetOutputSurfaceWorkaround(String name) {
// Work around #3236.
return (("deb".equals(Util.DEVICE) || "flo".equals(Util.DEVICE)) && "OMX.qcom.video.decoder.avc".equals(name))
|| ("tcl_eu".equals(Util.DEVICE) && "OMX.MTK.VIDEO.DECODER.AVC".equals(name));
}

Best.

ojw28 added a commit that referenced this issue Oct 19, 2017
Issue: #3355
Issue: #3257

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172587141
ojw28 added a commit that referenced this issue Oct 19, 2017
Issue: #3355
Issue: #3257

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172587141
@ojw28 ojw28 closed this as completed Oct 19, 2017
@google google locked and limited conversation to collaborators Mar 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants