Link Copied
Hello,
For ResizeYUV422 function, it is assuming the data format is "Y0 U0 Y1 V0" format. But UYVY format video, it is assuming the U data first: U0 Y0 V0 Y1. So this function cannot be used directly.
To resize such video, you possibly can convert the color format to plannar format, then resize the video, then convert it back if it is necessary.
Thanks,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.