Hello Friends
We will like to display the YUV output from video decoder on the graphics pipeline. As graphics need ARGB format, we want to convert YUV to RGB 32 bit format. Is it possible to use any hardware accelerated component for this memory to memory conversion.
To give little more information about use case, we want to decode two video and display them with support for pixel level blending. Our present approach is to convert one video into ARGB and display it using graphics pipeline. Can there be any other better approach?
Thanks alot
Ravikant