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.
Hello All,
I am currently working on TDA2PXEVM board and I wanted to use Alpha Blending. My input dataformat is YUV420SP.
Please note that my usecase is running from HLOS.
Inputs, Suggestions would be of great help.
Thank You.
Regards
Shantanu Joshi
Hi Shantanu,
Yes, please refer to chains_common.c file. We are enabling alpha blending in this file..
Rgds,
Brijesh
Hello Brijesh
Thank you for the response. I will look into the file and post it again if something specific query comes up while using alpha blending.
Regards,
Shantanu
Hello Brijesh
Does vision sdk supports alpha level blending for YUV420SP input
Regards
Shantanu
Shantanu,
Yes, alpha blending is actually done in RGB format, so YUV420 will get converted to RGB in display pipeline.
Rgds,
Brijesh