Changes between Initial Version and Version 1 of Ticket #13230


Ignore:
Timestamp:
Feb 28, 2018, 10:22:04 PM (6 years ago)
Author:
Peter Bennett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13230

    • Property Status changed from new to accepted
  • Ticket #13230 – Description

    initial v1  
    11When watching videos that are resized there is a green line along the botton and right of the picture.
    22
    3 The green line only occurs if it is using texture format YV12. There are two texture formats used for most systems - YV12 and UYVY. The logic for choosing which to use is rather obscure. It is choosing UYVU on regular Linux and choosing YV12 on Android. Testing shows that both formats work for Linux as well as for Android, but YV12 is causing the green line on Android.
     3The green line only occurs if it is using texture format YV12. There are two texture formats used for most systems - YV12 and UYVY. The logic for choosing which to use is rather obscure. It is choosing UYVY on regular Linux and choosing YV12 on Android. Testing shows that both formats work for Linux as well as for Android, but YV12 is causing the green line on Android.
    44
    5 Changing to use UYVU on Android solves the problem in most cases. However, watching interlaced SD content shows the problem again at the bottom of the screen, even using UYVY.
     5Changing to use UYVY on Android solves the problem in most cases. However, watching interlaced SD content shows the problem again at the bottom of the screen, even using UYVY.
    66
    77There seems to be a problem with resizing and deinterlacing.