Thank you for the feedback,
YUV 4:2:2 is already downsampled. When converting YUV back to RGB, one will not get original resolution. Missing pixels are computed. The idea is to get best possible quality after ISP.
In my case, the sensor (imx477) is actually providing 4056x3040 pixels at 12bpp. After ISP treatment only 8bit YUYV will be left.
After de-mosaicing, the ISP has 12Bit RGB internally as can be seen in ISP pipeline flow chart, however this HDR picture is down-converted to YUYV (yuv 4:2:2) prior to write AXI bus.
The question is how to get higher bit-depth ISP processed image? The intermediate ISP steps must be somewhere in the memory. Ideally I am interested in 12bpp RGB or at least 8bit RGB.
BR, MC