HI, all:
I have a problem that use dm365 resizer to convert data format from yuv422 to yuv420sp. The cbcr data of output is incorrect, and raw yuv image has no color.
Below are my settings for resizer:
input.width = 736
input.height = 480
input.pix_fmt = ipipe_uyuv
output.width = 736
output.height = 480
output.pix_fmt = ipipe_yuv420sp
the raw resolution is 720x480, because the 32 byte constraint on alignment, so the input.width = 736
you can see from the image that color info is incorrect
hope to reply!