Hi,
We have checked this and the issue looks specific to certain TVs. Please apply this to NvDrmRenderer.cpp:
- ret = setPlane(0, fb, 0, 0, width, height, 0, 0, width, height);
+ ret = setPlane(0, 0, 0, 0, width, height, 0, 0, width, height);
And give it a try.