I know that the Hantro encoder on the i.MX8M Mini supports not only multiple YUV but also multiple RGB formats.
But what about the Amphion Malone encoder on the QuadMax? The kernel driver code indicates that only YUV formats are supported as the encoder input. Is this correct?
If so, I need a suggestion for a solution. I am composing video frames with G2D. G2D can take YUV and RGB as input, but can only output RGB formats. Is there anything on the i.MX8 QuadMax that would be able to convert from YUV to RGB formats? I'd like to avoid CPU-based format conversions, since these tend to be much slower.