Hey,
I am trying to render video with ARGB2101010 format using NvDrmRenderer. But to put my image data into the NvBuffer I need to access the buffer with gpu. From what I know using EGLImageFromFd is the current only way to access NvBuffers from GPU, but this function fails because it does not seem to know ARGB2101010 format. Is there any other way to alter NvBuffers from GPU?
What is the disadvantage of using RGBA8888 or ARGB2101010 color format for NvDrmRendering. Is there some limitation in data bandwidth I should care about? For example using 60fps 4K should be possible using P010 or NV12, but is it also possible with RGBA8888 or ARGB2101010?
Also, will the DrmRenderer handle things differently if it is BT709 or BT2020 NvBuffer if I put the same data in?