About NvEglRenderer.cpp and video_decode_main.cpp

Hello,

① Code for video_decode_main.

② It says to render converted video.
Is YUV already converted to RGB format at this time?

buffer->planes[0].fd is converted to RGB format and goes into the render function
In NvEglRenderer, is it just to draw on xwindow?

Thank you.

Hi,
By default we enable USE_NVBUF_TRANSFORM_API and the code is not in use. Please check the part of using NvBufferTransform().

1 Like