This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Changing YUV420 Display format to YUV444

Hello Everyone,

I am using decode link in my code which gives me output in YUV420SP format. There is some processing required on this image. So the image is first converted into YUV444 format.

After the processing is done I want to display the output as it is( i.e. YUV444) on HDMI. But if I do so, the output is not properly displayed. But if I convert the image from YUV444 to YUV420SP then I can see the required output.

I want to avoid the re-conversion of YUV444 to YUV420SP.

1. Are other display formats supported by TDA2x?

2. If other formats are supported, then want changes are required to display output in YUV444 format?


Any help on this is appreciated...!!!